1
0
포크 0

[feat] added environment files

master
Vladimir Serov 2019-12-29 18:27:02 +03:00
부모 55a825a7c0
커밋 302d004e85
No known key found for this signature in database
GPG 키 ID: 6BA7C26C3FDF7BB3
2개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제

3
.envrc Normal file
파일 보기

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

4
shell.nix Normal file
파일 보기

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