feat: Direnv shell
This commit is contained in:
parent
8e0fa833fc
commit
0381755c1a
2 changed files with 2 additions and 1 deletions
1
.envrc
Normal file
1
.envrc
Normal file
|
@ -0,0 +1 @@
|
|||
use nix
|
|
@ -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];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue