lix: update package to latest
This fixes an issue with nix-shell
This commit is contained in:
parent
603206e5e4
commit
2c74301ec4
2 changed files with 2 additions and 2 deletions
|
|
@ -227,7 +227,7 @@ in
|
|||
# Enable all sysrq functions (useful to recover from some issues):
|
||||
boot.kernel.sysctl."kernel.sysrq" = 1; # NixOS default: 16 (only the sync command)
|
||||
|
||||
nix.package = pkgs.lix;
|
||||
nix.package = pkgs.lixPackageSets.latest.lix;
|
||||
|
||||
nix.settings.trusted-users = [ "spiollinux" ];
|
||||
# override tmpdir for daemon
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue