feat: add overlay
This commit is contained in:
parent
f64a24f727
commit
37d944cc5f
1 changed files with 5 additions and 0 deletions
|
|
@ -31,6 +31,11 @@
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
overlays = {
|
||||||
|
packages = final: _prev: import ./packages.nix { pkgs = final; };
|
||||||
|
default = inputs.self.overlays.packages;
|
||||||
|
};
|
||||||
|
|
||||||
# Only useful for quick tests
|
# Only useful for quick tests
|
||||||
systemConfigs.default = self.lib.makeSystemConfig {
|
systemConfigs.default = self.lib.makeSystemConfig {
|
||||||
modules = [ ./examples/example.nix ];
|
modules = [ ./examples/example.nix ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue