Add build pipeline to simplify future builds
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
resume.dvi
|
||||||
|
resume.log
|
||||||
Executable
+3
@@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
nix-shell --run 'texi2pdf resume.tex'
|
||||||
@@ -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";
|
||||||
|
}) {}
|
||||||
Reference in New Issue
Block a user