remove ragenix

i thought i had a use for it but i dont have a use for it (rip)
This commit is contained in:
uku 2023-11-14 01:04:00 +01:00
parent c31f5579d8
commit 31d4a41662
Signed by: uku
GPG key ID: 7D01D7B105E77166
5 changed files with 2 additions and 264 deletions

View file

@ -14,11 +14,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
ragenix = {
url = "github:yaxitech/ragenix";
inputs.nixpkgs.follows = "nixpkgs";
};
lanzaboote = {
url = "github:nix-community/lanzaboote";
inputs = {
@ -39,13 +34,12 @@
outputs = {
flake-parts,
nixpkgs,
ragenix,
lanzaboote,
home-manager,
...
} @ inputs:
flake-parts.lib.mkFlake {inherit inputs;} {
systems = ["x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin"];
systems = ["x86_64-linux"];
flake = let
mkSystem = name:
@ -59,7 +53,6 @@
{networking.hostName = name;}
ragenix.nixosModules.default
lanzaboote.nixosModules.lanzaboote
home-manager.nixosModules.home-manager
];