mirror of
https://github.com/callumio/nixfiles.git
synced 2026-08-06 20:49:17 +01:00
remove om
This commit is contained in:
parent
d97ae3b090
commit
cc0d8d78d3
2 changed files with 3 additions and 283 deletions
13
flake.nix
13
flake.nix
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue