Add CV shell
This commit is contained in:
parent
d38753ee15
commit
aeadf50d88
1 changed files with 8 additions and 0 deletions
8
shells/curriculum-vitae.nix
Normal file
8
shells/curriculum-vitae.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
pkgs.devshell.mkShell {
|
||||||
|
name = "Curriculum vitae";
|
||||||
|
packages = with pkgs; [
|
||||||
|
texlive.combined.scheme-full
|
||||||
|
];
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue