mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
configured the purge bot
This commit is contained in:
parent
8dc4c74526
commit
a207695b2b
3 changed files with 47 additions and 0 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue