Add system registry to flakes
This commit is contained in:
parent
74e4ca2191
commit
79465bbe3e
1 changed files with 6 additions and 0 deletions
|
@ -63,6 +63,12 @@ in {
|
|||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
registry = {
|
||||
system.to = {
|
||||
type = "path";
|
||||
path = pkgs.path;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
system.autoUpgrade.enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue