first commit
commit
9e4fd1f36b
@ -0,0 +1,8 @@
|
||||
with import <nixpkgs> {};
|
||||
mkShell {
|
||||
nativeBuildInputs = [
|
||||
go
|
||||
vault
|
||||
python3.pkgs.pytest
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue