latex template
This commit is contained in:
parent
5afb6b6d99
commit
4db22860c9
6 changed files with 74 additions and 0 deletions
|
@ -10,10 +10,12 @@
|
|||
packages = rec {
|
||||
default = throw "put derivation information here";
|
||||
};
|
||||
|
||||
devShells.default = pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
(throw "put packages here")
|
||||
];
|
||||
};
|
||||
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue