treewide: ran deadnix

This commit is contained in:
Rouven Seifert 2024-03-11 22:49:12 +01:00
parent 05a5e085d8
commit 736c84cce9
Signed by untrusted user: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
8 changed files with 8 additions and 8 deletions

View file

@ -47,7 +47,7 @@ in
disabledModules = [ "services/misc/portunus.nix" ];
imports = [ "${nixpkgs-unstable}/nixos/modules/services/misc/portunus.nix" ];
nixpkgs.overlays = [
(self: super: {
(_self: _super: {
inherit (nixpkgs-unstable.legacyPackages.${system}) portunus;
})
];