init devenv
This commit is contained in:
11
devenv.nix
Normal file
11
devenv.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
enterShell = ''
|
||||
git --version
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user