latex template

This commit is contained in:
Nox Sluijtman 2023-10-22 19:19:19 +02:00
parent 5afb6b6d99
commit 4db22860c9
6 changed files with 74 additions and 0 deletions

View file

@ -10,10 +10,12 @@
packages = rec {
default = throw "put derivation information here";
};
devShells.default = pkgs.mkShell {
buildInputs = with pkgs; [
(throw "put packages here")
];
};
});
}