index
:
site
this commit
main
Homepage of loang.net
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
shell.nix
blob: 715cd8cd88d790384a599830c8928c0631dc7b8a (
plain
) (
blame
)
1
2
3
4
with
import
<nixpkgs>
{};
mkShell
{
nativeBuildInputs
=
[
discount libxslt
];
}