index
:
picasso
master
General Purpose Image Library
Nathan Reiner <nathan@nathanreiner.xyz>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
default.nix
blob: ec4558209ea58599e8425c4f7e6bf373e512da1d (
plain
)
1
2
3
4
{
pkgs
?
import
<nixpkgs>
{
},
...
}:
pkgs
.
mkShell
{
packages
=
[
pkgs
.
zig
];
}