nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

yaziPlugins.nord: init at 0-unstable-2025-05-14 (#407170)

authored by

Austin Horstman and committed by
GitHub
0e6363bc b9d68cd6

+23
+23
pkgs/by-name/ya/yazi/plugins/nord/default.nix
··· 1 + { 2 + lib, 3 + fetchFromGitHub, 4 + mkYaziPlugin, 5 + }: 6 + mkYaziPlugin { 7 + pname = "nord.yazi"; 8 + version = "0-unstable-2025-05-14"; 9 + 10 + src = fetchFromGitHub { 11 + owner = "stepbrobd"; 12 + repo = "nord.yazi"; 13 + rev = "0f8eff4367021be1b741391d98853fbd1a34baf9"; 14 + hash = "sha256-bcYIbKFU1bvGRS6lgEBMe2jT13bECYgQATuh3QKmhQE="; 15 + }; 16 + 17 + meta = { 18 + description = "nordic yazi"; 19 + homepage = "https://github.com/stepbrobd/nord.yazi"; 20 + license = lib.licenses.mit; 21 + maintainers = with lib.maintainers; [ stepbrobd ]; 22 + }; 23 + }