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):
|
# Enable all sysrq functions (useful to recover from some issues):
|
||||||
boot.kernel.sysctl."kernel.sysrq" = 1; # NixOS default: 16 (only the sync command)
|
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" ];
|
nix.settings.trusted-users = [ "spiollinux" ];
|
||||||
# override tmpdir for daemon
|
# override tmpdir for daemon
|
||||||
|
|
|
||||||
|
|
@ -199,7 +199,7 @@
|
||||||
pkgs.git
|
pkgs.git
|
||||||
pkgs.coreutils
|
pkgs.coreutils
|
||||||
pkgs.findutils
|
pkgs.findutils
|
||||||
pkgs.lix
|
pkgs.lixPackageSets.latest.lix
|
||||||
pkgs.jq
|
pkgs.jq
|
||||||
pkgs.unixtools.hostname
|
pkgs.unixtools.hostname
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue