system/base: add self to flake registry
This commit is contained in:
parent
e66c59052f
commit
5773d144aa
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@
|
|||
versionSuffix = "-${config.system.name}.r${builtins.toString inputs.self.revCount}.${inputs.self.shortRev}";
|
||||
};
|
||||
};
|
||||
nix.registry.config.flake = inputs.self;
|
||||
nix.registry.nixpkgs.flake = inputs.nixpkgs;
|
||||
nixpkgs.overlays = overlays;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue