massrebuilder.rs: correct the shape of nixpkgs argument to release.nix

This commit is contained in:
Michael Raskin 2018-11-23 21:20:10 +03:00
parent da43bc05b7
commit 564fc5cf4d

View file

@ -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"),