lsd: Add test
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{ stdenv
|
||||
, nixosTests
|
||||
, fetchFromGitHub
|
||||
, rustPlatform
|
||||
, installShellFiles
|
||||
@@ -26,6 +27,8 @@ rustPlatform.buildRustPackage rec {
|
||||
"--skip meta::filetype::test::test_socket_type"
|
||||
];
|
||||
|
||||
passthru.tests = { inherit (nixosTests) lsd; };
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/Peltoche/lsd";
|
||||
description = "The next gen ls command";
|
||||
|
||||
Reference in New Issue
Block a user