This commit is contained in:
Nicolas Mattia 2019-06-26 10:32:46 +02:00
parent 58c2afc80e
commit 8a9363205b

View file

@ -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";