From 6373df478ca069f02d3ed09ace1ff2f9afeca23d Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 7 Jan 2024 10:34:08 +0800 Subject: [PATCH] hosts/ni: set Nix package to stable Pretty much has the issue of disallowing mkOutOfStoreSymlink from home-manager. --- hosts/ni/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/ni/default.nix b/hosts/ni/default.nix index d8ef18bd..ddaa0100 100644 --- a/hosts/ni/default.nix +++ b/hosts/ni/default.nix @@ -70,12 +70,12 @@ nix.channel.enable = true; # Make Nix experimental. - nix.package = pkgs.nixUnstable; + nix.package = pkgs.nixStable; # Some more experimentals for Nix. nix.settings = { auto-allocate-uids = true; - experimental-features = [ "auto-allocate-uids" "configurable-impure-env" ]; + experimental-features = [ "auto-allocate-uids" ]; }; # My poor achy-breaky desktop can't take it.