From 71492b0d10b5eb7f85a1b6dc28707adea2f7f068 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Mon, 2 Jun 2025 18:54:24 +0200 Subject: deps: update to NixOS 25.05 I'm not sure why the Kodi user now needs to be in the `audio` group but without it the user can only see a dummy device. --- nixos/rebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'nixos/rebuild') diff --git a/nixos/rebuild b/nixos/rebuild index cfc14cf..1bc6c39 100755 --- a/nixos/rebuild +++ b/nixos/rebuild @@ -12,9 +12,7 @@ if [ ! -f $configPath ]; then fi nix-eval() { - # FUTURE: use --raw when upgrading to NixOS 25.05 - nix-instantiate --eval --read-write-mode "$@" \ - | tr -d \" # nix-instantiate has no raw output yet (like the experimental nix eval) + nix-instantiate --eval --raw --read-write-mode "$@" } channel=$(nix-eval --argstr host "$HOSTNAME" --expr '{host}: -- cgit v1.2.3