update build
This commit is contained in:
parent
5e3ff5b15b
commit
a0851100b1
1 changed files with 2 additions and 0 deletions
|
|
@ -36,12 +36,14 @@
|
|||
installPhase = ''
|
||||
mkdir -p $out
|
||||
cp resume.pdf $out/
|
||||
ln -s $out/resume.pdf $out/result
|
||||
'';
|
||||
};
|
||||
});
|
||||
|
||||
hydraJobs = {
|
||||
build = self.packages."x86_64-linux".default;
|
||||
pdf = self.packages."x86_64-linux".default.outPath + "/result";
|
||||
};
|
||||
|
||||
devShells = eachSystem (pkgs: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue