diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-08-31 13:44:55 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-08-31 13:44:55 -0700 |
| commit | b71a9c89b0289f89045723a559e5a2298c8a7a67 (patch) | |
| tree | 23cce3b4f286c7f3ca753053d954afadedf1d9b6 | |
| parent | my website will be managed in an external repository (diff) | |
| download | infra-b71a9c89b0289f89045723a559e5a2298c8a7a67.tar.gz | |
clean up flake and .envrc
Diffstat (limited to '')
| -rw-r--r-- | .envrc | 14 | ||||
| -rw-r--r-- | flake.nix | 4 |
2 files changed, 12 insertions, 6 deletions
@@ -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 @@ -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 ]; }; } |
