This website requires JavaScript.
Explore
Help
Sign In
ngws
/
mad
Watch
1
Star
0
Fork
You've already forked mad
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
67447ac23b
mad
/
byg
/
shell.nix
8 lines
109 B
Nix
Raw
Blame
History
with
import
./nix/common.nix
;
pkgs
.
mkShell
{
buildInputs
=
[
haskell
.
ghc
pkgs
.
cabal-install
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink