From 8a9363205b52363593f5c387d0a2e21378883aeb Mon Sep 17 00:00:00 2001 From: Nicolas Mattia Date: Wed, 26 Jun 2019 10:32:46 +0200 Subject: [PATCH] Cleanup --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 79f3b4c..7b9d86b 100644 --- a/default.nix +++ b/default.nix @@ -62,7 +62,7 @@ with }; }; -{ inherit buildPackage fixupEdition fixupFeatures fixupFeaturesSed crates; +{ inherit buildPackage crates; test_lorri = runCommand "lorri" { buildInputs = [ crates.lorri ]; } "lorri --help && touch $out";