flake: shell/ -> shell.nix

This commit is contained in:
Infinidoge 2025-02-16 04:01:19 -05:00
parent c69cc18327
commit e6aa87bbf1
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
3 changed files with 2 additions and 2 deletions

2
.envrc
View file

@ -1,2 +1,2 @@
watch_file shell/* flake.nix watch_file shell.nix flake.nix
use flake use flake

View file

@ -271,7 +271,7 @@
imports = [ imports = [
./pkgs ./pkgs
./shell ./shell.nix
./templates ./templates
inputs.devshell.flakeModule inputs.devshell.flakeModule
inputs.treefmt-nix.flakeModule inputs.treefmt-nix.flakeModule