massrebuilder.rs: correct the shape of nixpkgs argument to release.nix
This commit is contained in:
parent
da43bc05b7
commit
564fc5cf4d
1 changed files with 5 additions and 5 deletions
|
@ -350,7 +350,7 @@ impl<E: stats::SysEvents + 'static> worker::SimpleWorker for MassRebuildWorker<E
|
|||
vec![
|
||||
String::from("--arg"),
|
||||
String::from("nixpkgs"),
|
||||
String::from("./."),
|
||||
String::from("{ outPath=./.; revCount=999999; shortRev=\"ofborg\"; }"),
|
||||
String::from("./nixos/release.nix"),
|
||||
String::from("-A"),
|
||||
String::from("options"),
|
||||
|
@ -364,7 +364,7 @@ impl<E: stats::SysEvents + 'static> worker::SimpleWorker for MassRebuildWorker<E
|
|||
vec![
|
||||
String::from("--arg"),
|
||||
String::from("nixpkgs"),
|
||||
String::from("./."),
|
||||
String::from("{ outPath=./.; revCount=999999; shortRev=\"ofborg\"; }"),
|
||||
String::from("./nixos/release.nix"),
|
||||
String::from("-A"),
|
||||
String::from("manual"),
|
||||
|
@ -378,7 +378,7 @@ impl<E: stats::SysEvents + 'static> worker::SimpleWorker for MassRebuildWorker<E
|
|||
vec![
|
||||
String::from("--arg"),
|
||||
String::from("nixpkgs"),
|
||||
String::from("./."),
|
||||
String::from("{ outPath=./.; revCount=999999; shortRev=\"ofborg\"; }"),
|
||||
String::from("./pkgs/top-level/release.nix"),
|
||||
String::from("-A"),
|
||||
String::from("manual"),
|
||||
|
@ -392,7 +392,7 @@ impl<E: stats::SysEvents + 'static> worker::SimpleWorker for MassRebuildWorker<E
|
|||
vec![
|
||||
String::from("--arg"),
|
||||
String::from("nixpkgs"),
|
||||
String::from("./."),
|
||||
String::from("{ outPath=./.; revCount=999999; shortRev=\"ofborg\"; }"),
|
||||
String::from("./pkgs/top-level/release.nix"),
|
||||
String::from("-A"),
|
||||
String::from("tarball"),
|
||||
|
@ -406,7 +406,7 @@ impl<E: stats::SysEvents + 'static> worker::SimpleWorker for MassRebuildWorker<E
|
|||
vec![
|
||||
String::from("--arg"),
|
||||
String::from("nixpkgs"),
|
||||
String::from("./."),
|
||||
String::from("{ outPath=./.; revCount=999999; shortRev=\"ofborg\"; }"),
|
||||
String::from("./pkgs/top-level/release.nix"),
|
||||
String::from("-A"),
|
||||
String::from("unstable"),
|
||||
|
|
Loading…
Reference in a new issue