use regular nix not nixFlakes

This commit is contained in:
Charlotte 🦝 Delenk 2022-09-13 18:27:49 +01:00
parent a5abb8f6e8
commit 236a1bf0cd
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -23,7 +23,7 @@
"hydra.nixos.org-1:CNHJZBh9K4tP3EKF6FkkgeVYsS3ohTl+oS0Qa8bezVs="
];
};
package = pkgs.nixFlakes;
package = pkgs.nix;
extraOptions = ''
experimental-features = nix-command flakes ca-derivations
'';