mirror of
https://github.com/NixOS/nix.git
synced 2024-10-31 22:30:52 +00:00
* rpmBuild already includes the disk image in the output name.
This commit is contained in:
parent
2de17f4edc
commit
ed133e6e64
@ -143,7 +143,7 @@ let
|
||||
with import nixpkgs { inherit system; };
|
||||
|
||||
releaseTools.rpmBuild rec {
|
||||
name = "nix-rpm-${diskImage.name}";
|
||||
name = "nix-rpm";
|
||||
src = jobs.tarball;
|
||||
diskImage = diskImageFun vmTools.diskImages;
|
||||
memSize = 1024;
|
||||
|
Loading…
Reference in New Issue
Block a user