mirror of
https://github.com/nix-community/naersk
synced 2024-11-26 21:40:18 +00:00
Cleanup
This commit is contained in:
parent
58c2afc80e
commit
8a9363205b
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue