This website requires JavaScript.
Explore
Help
Sign In
c3d2
/
yammat
Watch
36
Star
0
Fork
You've already forked yammat
0
Code
Issues
Pull Requests
Releases
Activity
master
yammat
/
default.nix
4 lines
79 B
Nix
Raw
Permalink
Normal View
History
Unescape
Escape
pkg.nix: rename from default.nix, add sensible default.nix
2020-12-03 17:14:55 +01:00
{
pkgs
?
import
<nixpkgs>
{
}
}:
pkgs
.
haskellPackages
.
callPackage
./pkg.nix
{
}