This website requires JavaScript.
Explore
Help
Sign In
tools
/
appvm
Watch
1
Star
0
Fork
0
You've already forked appvm
Code
Releases
Activity
appvm
/
shell.nix
5 lines
103 B
Nix
Raw
Normal View
History
Unescape
Escape
[feat] added environment files
2019-12-29 18:27:02 +03:00
{
pkgs
?
import
<nixpkgs>
{
}
}:
with
pkgs
;
mkShell
{
Sync *.nix with nixpkgs changes
2025-04-21 17:39:34 +00:00
buildInputs
=
[
go
virt-viewer
virtmanager
]
;
[feat] added environment files
2019-12-29 18:27:02 +03:00
}
Copy Permalink