Fix deprecation

This commit is contained in:
Jakob Lechner 2023-11-22 14:48:58 +00:00
parent 00f3fc663f
commit 09d7253ed8
No known key found for this signature in database
GPG key ID: 996082EFB5906C10
2 changed files with 2 additions and 2 deletions

View file

@ -124,7 +124,7 @@
};
});
}) // {
overlay = import ./pkgs;
overlays.default = import ./pkgs;
nixosConfigurations = nixpkgs.lib.mapAttrs
(hostname: { system

View file

@ -23,7 +23,7 @@
};
nixpkgs.overlays = with inputs; [
self.overlay
self.overlays.default
(final: prev: {
master = import inputs.nixpkgsMaster {
inherit system;