mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-23 16:41:29 +00:00
Add missed deps
This commit is contained in:
parent
33cdae7a47
commit
a264cb2ced
19
deps.nix
19
deps.nix
|
@ -1,4 +1,3 @@
|
||||||
# This file was generated by https://github.com/kamilchm/go2nix v1.3.0
|
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
goPackagePath = "github.com/alecthomas/template";
|
goPackagePath = "github.com/alecthomas/template";
|
||||||
|
@ -72,4 +71,22 @@
|
||||||
sha256 = "0mndnv3hdngr3bxp7yxfd47cas4prv98sqw534mx7vp38gd88n5r";
|
sha256 = "0mndnv3hdngr3bxp7yxfd47cas4prv98sqw534mx7vp38gd88n5r";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
goPackagePath = "github.com/hanwen/go-fuse";
|
||||||
|
fetch = {
|
||||||
|
type = "git";
|
||||||
|
url = "https://github.com/hanwen/go-fuse";
|
||||||
|
rev = "0e3c45fc48996fb06eb0b7c417bf324396d783d8";
|
||||||
|
sha256 = "06mzrk8ifv5srn8gg4vv5ak31p44mj7ay4x8acs4n0rwqy2z5y50";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
{
|
||||||
|
goPackagePath = "golang.org/x/sys";
|
||||||
|
fetch = {
|
||||||
|
type = "git";
|
||||||
|
url = "https://go.googlesource.com/sys";
|
||||||
|
rev = "fae7ac547cb717d141c433a2a173315e216b64c4";
|
||||||
|
sha256 = "11pl0dycm5d8ar7g1l1w5q2cx0lms8i15n8mxhilhkdd2xpmh8f0";
|
||||||
|
};
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue