index
:
mry
master
pex
GLL Recognizer
Nathan Reiner <nathan@nathanreiner.xyz>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
default.nix
blob: 0bac3a302ea9fa6549c018399bce881ba0e8e895 (
plain
)
1
2
3
4
5
6
{
pkgs
?
import
<nixpkgs>
{
},
...
}:
pkgs
.
mkShell
{
packages
=
[
pkgs
.
zig
];
}