flake: pin nix and nixpkgs versions
Nix 2.18 has known issues with invalid store paths Latest nixos-unstable fails to build
This commit is contained in:
parent
0438460d1e
commit
817c34ddfe
3 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
with lib;
|
||||
{
|
||||
nix = {
|
||||
package = pkgs.nixUnstable;
|
||||
package = pkgs.nixVersions.nix_2_17;
|
||||
|
||||
settings = {
|
||||
allowed-users = [ "@wheel" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue