fix
This commit is contained in:
parent
613ec2c799
commit
1826ef8f67
1 changed files with 6 additions and 0 deletions
|
|
@ -38,12 +38,18 @@
|
||||||
cp resume.pdf $out/
|
cp resume.pdf $out/
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
pdf = pkgs.runCommand "resume-pdf" {} ''
|
||||||
|
mkdir -p $out/nix-support
|
||||||
|
cp ${self.packages.${pkgs.system}.default}/resume.pdf $out/
|
||||||
|
echo "file pdf $out/resume.pdf" > $out/nix-support/hydra-build-products
|
||||||
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
hydraJobs = let
|
hydraJobs = let
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
in {
|
in {
|
||||||
build = self.packages.${system}.default;
|
build = self.packages.${system}.default;
|
||||||
|
pdf = self.packages.${system}.pdf;
|
||||||
};
|
};
|
||||||
|
|
||||||
devShells = eachSystem (pkgs: {
|
devShells = eachSystem (pkgs: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue