Update to latest nixpkgs

And use newest typst behavior to build
This commit is contained in:
Greg Shuflin 2023-04-08 18:19:24 -07:00
parent 9d45df71cb
commit 027beb8acb
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/5f9d1bb572e08ec432ae46c78581919d837a90f6.tar.gz") {}}:
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/0e19daa510e47a40e06257e205965f3b96ce0ac9.tar.gz") {}}:
let
stdenv = pkgs.stdenv;
gitignoreSrc = pkgs.fetchFromGitHub {
@ -18,7 +18,7 @@ in stdenv.mkDerivation {
src = ./.;
buildPhase = ''
typst resume.typ "${resumeFilename}"
typst compile resume.typ "${resumeFilename}"
'';
installPhase = ''