whoopsies
This commit is contained in:
parent
0f36e45606
commit
69055a91b9
1 changed files with 4 additions and 6 deletions
10
flake.nix
10
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue