configured the purge bot

This commit is contained in:
Rouven Seifert 2023-04-13 14:24:39 +02:00
parent 8dc4c74526
commit a207695b2b
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
3 changed files with 47 additions and 0 deletions

View file

@ -57,6 +57,11 @@
flake-utils.follows = "flake-utils";
};
};
purge = {
url = github:therealr5/purge/nix;
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =
@ -69,6 +74,7 @@
, nix-colors
, nixos-hardware
, nixvim
, purge
, ...
}@attrs: {
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixpkgs-fmt;
@ -114,6 +120,7 @@
./hosts/falkenstein-1
./shared
sops-nix.nixosModules.sops
purge.nixosModules.default
];
};
};