use regular nix not nixFlakes
This commit is contained in:
parent
a5abb8f6e8
commit
236a1bf0cd
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
"hydra.nixos.org-1:CNHJZBh9K4tP3EKF6FkkgeVYsS3ohTl+oS0Qa8bezVs="
|
||||
];
|
||||
};
|
||||
package = pkgs.nixFlakes;
|
||||
package = pkgs.nix;
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes ca-derivations
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue