index
:
vdv-protocols
main
vdv452
VDV protocols (parts of 451, 452, 453 & 454) implemented in Haskell
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell.nix
blob: 3c0bdb27febc4899ab1bca49c384040ccf704487 (
plain
)
1
2
3
4
5
6
7
8
9
{
pkgs
?
import
<nixpkgs>
{}
}:
with
pkgs
;
mkShell
{
buildInputs
=
[
zlib
];
}