remove om

This commit is contained in:
Callum Leslie 2026-04-22 18:48:00 +01:00
parent d97ae3b090
commit cc0d8d78d3
Signed by: cleslie
GPG key ID: D382C4AFEECEAA90
2 changed files with 3 additions and 283 deletions

View file

@ -54,9 +54,6 @@
[ inputs.copyparty.overlays.default ];
};
diskoConfigurations = { }; # maybe?
om.health.default = {
nix-version.min-required = "2.18.5";
};
};
perSystem =
@ -76,7 +73,7 @@
pre-commit = {
check.enable = false;
settings.hooks.alejandra.enable = true;
settings.hooks.nixfmt.enable = true;
settings.hooks.deadnix.enable = true;
};
@ -99,7 +96,6 @@
cachix
jq
devour-flake
om
agenix
deadnix
];
@ -154,13 +150,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
omnix = {
url = "github:juspay/omnix";
inputs = {
systems.follows = "systems";
};
};
disko = {
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";