This website requires JavaScript.
Explore
Help
Sign In
public
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a1cf35fbfd
nixpkgs
/
pkgs
/
build-support
/
snap
/
default.nix
5 lines
74 B
Nix
Raw
Blame
History
{
callPackage
,
hello
}:
{
makeSnap
=
callPackage
./make-snap.nix
{
}
;
}
Reference in New Issue
View Git Blame
Copy Permalink