index
:
nixos-config
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shells
/
tex
/
shell.nix
blob: 738c9c7ae1f698e027e2a74f8212196ae7112127 (
plain
) (
blame
)
1
2
3
4
{
pkgs
?
import
<nixpkgs>
{
},
}:
pkgs
.
mkShell
{
packages
=
[
pkgs
.
tectonic
];
}