summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-03-31 03:30:29 -0400
committerSeth Flynn <[email protected]>2025-03-31 03:30:29 -0400
commit93ba9bbca38916d7fb1223420f5cfd05ee06742b (patch)
treefb7f284f04a9f5ac1f0211051e43296081a79f43 /flake.nix
parent1d2c93163b6fb039dafbf53020d18d12595ff461 (diff)
nixos/server: `comin` -> `system.autoUpgrade`
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/flake.nix b/flake.nix
index 4eaea62..8c9aea3 100644
--- a/flake.nix
+++ b/flake.nix
@@ -72,11 +72,6 @@
flake = false;
};
- comin = {
- url = "github:nlewo/comin";
- inputs.nixpkgs.follows = "nixpkgs";
- };
-
getchpkgs = {
url = "github:getchoo/getchpkgs";
inputs.nixpkgs.follows = "nixpkgs";