forked from colonelpanic/dotfiles
[NixOS] Set nixpath with nix variable instead of shellInit
This commit is contained in:
@@ -21,6 +21,10 @@
|
||||
keep-derivations = true;
|
||||
};
|
||||
channel.enable = false;
|
||||
nixPath = [
|
||||
"nixpkgs=${inputs.nixpkgs.outPath}"
|
||||
"configuration"
|
||||
];
|
||||
};
|
||||
|
||||
nixpkgs.overlays = with inputs; [
|
||||
|
||||
Reference in New Issue
Block a user