Loading pkgs/development/tools/misc/rustywind/default.nix 0 → 100644 +26 −0 Original line number Diff line number Diff line { lib , rustPlatform , fetchFromGitHub }: rustPlatform.buildRustPackage rec { pname = "rustywind"; version = "0.16.0"; src = fetchFromGitHub { owner = "avencera"; repo = "rustywind"; rev = "v${version}"; hash = "sha256-xDpRS8WrFu5uPtbXJGXrxElJinxl1lkpYZ1tGrNrBHA="; }; cargoHash = "sha256-2bo6KkHVw1lyLD4iWidAyxZzQMRTO5DWvYmqUQld15g="; meta = with lib; { description = "CLI for organizing Tailwind CSS classes"; homepage = "https://github.com/avencera/rustywind"; changelog = "https://github.com/avencera/rustywind/blob/${src.rev}/CHANGELOG.md"; license = licenses.asl20; maintainers = with maintainers; [ figsoda ]; }; } pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -12176,6 +12176,8 @@ with pkgs; rustypaste-cli = callPackage ../tools/misc/rustypaste-cli { }; rustywind = callPackage ../development/tools/misc/rustywind { }; rw = callPackage ../tools/misc/rw { }; rwc = callPackage ../tools/system/rwc { }; Loading
pkgs/development/tools/misc/rustywind/default.nix 0 → 100644 +26 −0 Original line number Diff line number Diff line { lib , rustPlatform , fetchFromGitHub }: rustPlatform.buildRustPackage rec { pname = "rustywind"; version = "0.16.0"; src = fetchFromGitHub { owner = "avencera"; repo = "rustywind"; rev = "v${version}"; hash = "sha256-xDpRS8WrFu5uPtbXJGXrxElJinxl1lkpYZ1tGrNrBHA="; }; cargoHash = "sha256-2bo6KkHVw1lyLD4iWidAyxZzQMRTO5DWvYmqUQld15g="; meta = with lib; { description = "CLI for organizing Tailwind CSS classes"; homepage = "https://github.com/avencera/rustywind"; changelog = "https://github.com/avencera/rustywind/blob/${src.rev}/CHANGELOG.md"; license = licenses.asl20; maintainers = with maintainers; [ figsoda ]; }; }
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -12176,6 +12176,8 @@ with pkgs; rustypaste-cli = callPackage ../tools/misc/rustypaste-cli { }; rustywind = callPackage ../development/tools/misc/rustywind { }; rw = callPackage ../tools/misc/rw { }; rwc = callPackage ../tools/system/rwc { };