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: d9a4d6546cd76e306bf42d4bf31f20dd876c2a85 (
plain
) (
blame
)
1
2
3
4
with
import
<nixpkgs>
{};
mkShell
{
nativeBuildInputs
=
[
discount md2gemini
];
}