Fix deprecation
This commit is contained in:
parent
00f3fc663f
commit
09d7253ed8
2 changed files with 2 additions and 2 deletions
|
|
@ -124,7 +124,7 @@
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}) // {
|
}) // {
|
||||||
overlay = import ./pkgs;
|
overlays.default = import ./pkgs;
|
||||||
|
|
||||||
nixosConfigurations = nixpkgs.lib.mapAttrs
|
nixosConfigurations = nixpkgs.lib.mapAttrs
|
||||||
(hostname: { system
|
(hostname: { system
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.overlays = with inputs; [
|
nixpkgs.overlays = with inputs; [
|
||||||
self.overlay
|
self.overlays.default
|
||||||
(final: prev: {
|
(final: prev: {
|
||||||
master = import inputs.nixpkgsMaster {
|
master = import inputs.nixpkgsMaster {
|
||||||
inherit system;
|
inherit system;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue