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