aboutsummaryrefslogtreecommitdiff
path: root/tools/strelka-call.nix
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2019-01-10 07:43:04 +1100
committerJustin Bedo <cu@cua0.org>2019-01-10 07:43:04 +1100
commitc6ea8db2830f99195cc74bc3e59992324a8c0480 (patch)
treee0af4efeaebdf45affdcdae3ef524c29b3911def /tools/strelka-call.nix
parentc3babc9eb65dc8c56d07ce8a6ee0d8c03bbd223e (diff)
refactor missed stages
Diffstat (limited to 'tools/strelka-call.nix')
-rw-r--r--tools/strelka-call.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/strelka-call.nix b/tools/strelka-call.nix
index 95ce0f6..8505302 100644
--- a/tools/strelka-call.nix
+++ b/tools/strelka-call.nix
@@ -21,7 +21,7 @@ in
assert (length (unique refs) == 1);
-pkgs.stdenv.mkDerivation {
+stage {
name = "strelka";
buildInputs = with pkgs; [ strelka ];
buildCommand = ''