aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-08-31 13:44:55 -0700
committerFranck Cuny <franck@fcuny.net>2025-08-31 13:44:55 -0700
commitb71a9c89b0289f89045723a559e5a2298c8a7a67 (patch)
tree23cce3b4f286c7f3ca753053d954afadedf1d9b6
parentmy website will be managed in an external repository (diff)
downloadinfra-b71a9c89b0289f89045723a559e5a2298c8a7a67.tar.gz
clean up flake and .envrc
-rw-r--r--.envrc14
-rw-r--r--flake.nix4
2 files changed, 12 insertions, 6 deletions
diff --git a/.envrc b/.envrc
index 6e7c094..2f82ca0 100644
--- a/.envrc
+++ b/.envrc
@@ -1,7 +1,15 @@
use flake
-watch_file nix/
-watch_file flake/*.nix
-watch_file scripts/*.nix
+watch_file flake/checks.nix
+watch_file flake/devshells.nix
+watch_file flake/formatter.nix
+watch_file flake/hosts.nix
+watch_file flake/overlays.nix
+watch_file flake/terraform.nix
+
+watch_file scripts/common.nix
+watch_file scripts/darwin.nix
+watch_file scripts/default.nix
+watch_file scripts/linux.nix
source_env_if_exists .envrc.local
diff --git a/flake.nix b/flake.nix
index 4686208..78c8341 100644
--- a/flake.nix
+++ b/flake.nix
@@ -68,14 +68,12 @@
];
imports = [
- ./flake/apps.nix
./flake/checks.nix
./flake/devshells.nix
./flake/formatter.nix
./flake/hosts.nix
- ./flake/terraform.nix
./flake/overlays.nix
- ./flake/packages.nix
+ ./flake/terraform.nix
];
};
}