mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2025-05-01 09:34:23 +00:00
[feat] added environment files
This commit is contained in:
parent
55a825a7c0
commit
302d004e85
2 changed files with 7 additions and 0 deletions
4
shell.nix
Normal file
4
shell.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
with pkgs; mkShell {
|
||||
buildInputs = [ go gocode virt-viewer virtmanager ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue