mirror of
https://github.com/Smaug123/static-site-pdfs
synced 2025-10-16 12:38:40 +00:00
Add DogeConf talk
This commit is contained in:
@@ -36,13 +36,13 @@
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out
|
||||
cp ./*.pdf $out
|
||||
cp ./*.tex $out
|
||||
cp ./**/*.pdf $out
|
||||
cp ./**/*.tex $out
|
||||
cp ./pdf-targets.txt $out
|
||||
'';
|
||||
};
|
||||
devShells.default = pkgs.mkShell {
|
||||
buildInputs = [pkgs.alejandra pkgs.shellcheck];
|
||||
buildInputs = [pkgs.alejandra pkgs.shellcheck texlive];
|
||||
};
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user