Make a tarball with NixOS #1

Open
rarias wants to merge 6 commits from tarball-nixos into master
Showing only changes of commit 81bd11999a - Show all commits

View File

@ -625,7 +625,7 @@
installPhase = ''
mkdir -p $out
tar -I zstd -cvf $out/${COMMIT}.tar.zst nixos-riscv
tar --zstd -cvf $out/${COMMIT}.tar.zst nixos-riscv
'';
nativeBuildInputs = with final.buildPackages; [ rsync zstd ];