index
:
lisk
comments
master
nerd-comments
pretty-errors
quasiquoting
an educational lisp interpreter written in haskell
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
release.nix
blob: 8180314b16c1a9cfc028817f2e348b9e8145ba85 (
plain
)
1
2
3
4
let
pkgs =
import
<nixpkgs>
{};
in
pkgs
.
haskellPackages
.
callPackage
.
/default.nix
{}