From e6aa87bbf1a18a143002a3a79ad4f655d0ae1db6 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 16 Feb 2025 04:01:19 -0500 Subject: [PATCH] flake: shell/ -> shell.nix --- .envrc | 2 +- flake.nix | 2 +- shell/default.nix => shell.nix | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename shell/default.nix => shell.nix (100%) 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