Add build pipeline to simplify future builds
This commit is contained in:
parent
62eaa5a298
commit
25231ff733
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
resume.dvi
|
||||
resume.log
|
||||
3
build-resume
Executable file
3
build-resume
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
nix-shell --run 'texi2pdf resume.tex'
|
||||
6
nixpkgs.nix
Normal file
6
nixpkgs.nix
Normal file
@ -0,0 +1,6 @@
|
||||
let
|
||||
channel-ref = "nixos-22.05";
|
||||
in
|
||||
import (builtins.fetchTarball {
|
||||
url = "https://github.com/NixOS/nixpkgs/archive/${channel-ref}.tar.gz";
|
||||
}) {}
|
||||
Loading…
x
Reference in New Issue
Block a user