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 {
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue