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
Normal View
History
Unescape
Escape
Add a default.nix for nix-build
2024-09-12 19:49:58 +02:00
with
import
./nix/common.nix
;
pkgs
.
mkShell
{
buildInputs
=
[
Add initial generator
2024-09-11 22:32:14 +02:00
haskell
.
ghc
Add a default.nix for nix-build
2024-09-12 19:49:58 +02:00
pkgs
.
cabal-install
Add initial generator
2024-09-11 22:32:14 +02:00
]
;
}