Fix setting nixpkgs to flake version (finally!!)
This commit is contained in:
parent
9bc8f51ac6
commit
6c27ad0a5e
|
@ -70,13 +70,7 @@
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
};
|
};
|
||||||
channel.enable = true;
|
channel.enable = true;
|
||||||
registry = {
|
registry.nixpkgs.flake = nixpkgs;
|
||||||
nixpkgs.to = {
|
|
||||||
type = "path";
|
|
||||||
path = pkgs.path;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
nixPath = [ "nixpkgs=${nixpkgs}" ];
|
|
||||||
gc = {
|
gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
options = "--delete-older-than 7d";
|
options = "--delete-older-than 7d";
|
||||||
|
|
Loading…
Reference in a new issue