diff --git a/.envrc b/.envrc index 78b5f80..fde4eec 100644 --- a/.envrc +++ b/.envrc @@ -1,2 +1,2 @@ -watch_file shell/* flake.nix +watch_file shell.nix flake.nix use flake diff --git a/flake.nix b/flake.nix index 424a32d..dd1e558 100644 --- a/flake.nix +++ b/flake.nix @@ -271,7 +271,7 @@ imports = [ ./pkgs - ./shell + ./shell.nix ./templates inputs.devshell.flakeModule inputs.treefmt-nix.flakeModule diff --git a/shell/default.nix b/shell.nix similarity index 100% rename from shell/default.nix rename to shell.nix