mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
hosts/ni: set Nix package to stable
Pretty much has the issue of disallowing mkOutOfStoreSymlink from home-manager.
This commit is contained in:
parent
d7ef172ba0
commit
6373df478c
@ -70,12 +70,12 @@
|
|||||||
nix.channel.enable = true;
|
nix.channel.enable = true;
|
||||||
|
|
||||||
# Make Nix experimental.
|
# Make Nix experimental.
|
||||||
nix.package = pkgs.nixUnstable;
|
nix.package = pkgs.nixStable;
|
||||||
|
|
||||||
# Some more experimentals for Nix.
|
# Some more experimentals for Nix.
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
auto-allocate-uids = true;
|
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.
|
# My poor achy-breaky desktop can't take it.
|
||||||
|
Loading…
Reference in New Issue
Block a user