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 { default = pkgs.stdenvNoCC.mkDerivation rec {
name = "resume-latex"; name = "resume-latex";
src = self; src = self;
buildInputs = [ buildInputs = with pkgs;[
pkgs.coreutils pkgs.coreutils
pkgs.findutils pkgs.findutils
(texlive = with pkgs; (texlive.combine {
texlive.combine {
inherit inherit
(texlive) (texlive)
scheme-small scheme-small
@ -66,9 +65,8 @@
devShells = eachSystem (pkgs: { devShells = eachSystem (pkgs: {
default = pkgs.mkShell { default = pkgs.mkShell {
buildInputs = [ buildInputs = with pkgs; [
(texlive = with pkgs; (texlive.combine {
texlive.combine {
inherit inherit
(texlive) (texlive)
scheme-small scheme-small