refactor(nix): remove with lib;

This commit is contained in:
uncenter 2024-07-31 15:05:41 -04:00
parent 87c49010a3
commit b1254cb0fb
No known key found for this signature in database

View file

@ -50,10 +50,10 @@
install -m644 assets/yazi.desktop $out/share/applications/
'';
meta = with lib; {
meta = {
description = "Blazing fast terminal file manager written in Rust, based on async I/O";
homepage = "https://github.com/sxyazi/yazi";
license = licenses.mit;
license = lib.licenses.mit;
mainProgram = "yazi";
};
}