feat: Direnv shell

This commit is contained in:
Kyle Brown 2023-10-27 18:21:54 -07:00
parent 8e0fa833fc
commit 0381755c1a
2 changed files with 2 additions and 1 deletions

1
.envrc Normal file
View file

@ -0,0 +1 @@
use nix

View file

@ -4,6 +4,6 @@
default = pkgs.mkShell {
# Enable experimental features without having to specify the argument
NIX_CONFIG = "experimental-features = nix-command flakes";
nativeBuildInputs = with pkgs; [nix home-manager git just];
nativeBuildInputs = with pkgs; [nix home-manager git just alejandra];
};
}