From 69055a91b98560c41cc115232af5e5230c543a00 Mon Sep 17 00:00:00 2001 From: zoey Date: Fri, 25 Oct 2024 05:46:59 +0000 Subject: [PATCH] whoopsies --- flake.nix | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index 916f61e..66d2484 100644 --- a/flake.nix +++ b/flake.nix @@ -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