index
:
ungenius/toradora.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell.nix
blob: c797e6ae2d88390c2b9bdd5a9f32d85cf8d4a462 (
plain
)
1
2
3
4
{
pkgs
?
import
<nixpkgs>
{}
}:
pkgs
.
mkShell
{
buildInputs
=
[
pkgs
.
sqlite
.
dev
];
}