Fix deprecation

This commit is contained in:
Jakob Lechner 2023-07-13 22:57:16 +00:00
parent 238a63b2b8
commit ae35680940
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;