1
0
Forka 0

[feat] added environment files

master
Vladimir Serov 2019-12-29 18:27:02 +03:00
parent 55a825a7c0
commit 302d004e85
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 6BA7C26C3FDF7BB3
2 ha cambiato i file con 7 aggiunte e 0 eliminazioni

3
.envrc Normal file
Vedi File

@ -0,0 +1,3 @@
use_nix
export GOPATH=$HOME
export APPVM_CONFIGS=$PWD

4
shell.nix Normal file
Vedi File

@ -0,0 +1,4 @@
{ pkgs ? import <nixpkgs> {} }:
with pkgs; mkShell {
buildInputs = [ go gocode virt-viewer virtmanager ];
}