whoopsies

This commit is contained in:
zoey 2024-10-25 05:46:59 +00:00
parent 0f36e45606
commit 69055a91b9

View file

@ -20,11 +20,10 @@
default = pkgs.stdenvNoCC.mkDerivation rec {
name = "resume-latex";
src = self;
buildInputs = [
buildInputs = with pkgs;[
pkgs.coreutils
pkgs.findutils
(texlive = with pkgs;
texlive.combine {
(texlive.combine {
inherit
(texlive)
scheme-small
@ -66,9 +65,8 @@
devShells = eachSystem (pkgs: {
default = pkgs.mkShell {
buildInputs = [
(texlive = with pkgs;
texlive.combine {
buildInputs = with pkgs; [
(texlive.combine {
inherit
(texlive)
scheme-small