Add DogeConf talk

This commit is contained in:
Smaug123
2023-10-01 20:52:16 +01:00
parent 97c35066c1
commit a36d3025b9
18 changed files with 7693 additions and 16 deletions

View File

@@ -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];
};
});
}