feat: set nixpkgs env variable
This commit is contained in:
parent
5596c21e7f
commit
97320fbec1
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
config.nix = {
|
config.nix = {
|
||||||
|
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
||||||
|
|
||||||
package = pkgs.nix-super;
|
package = pkgs.nix-super;
|
||||||
|
|
||||||
extraOptions = "experimental-features = nix-command flakes";
|
extraOptions = "experimental-features = nix-command flakes";
|
||||||
|
|
Loading…
Reference in a new issue