Loading pkgs/tools/misc/yafetch/default.nix→pkgs/by-name/ya/yafetch/package.nix +5 −5 Original line number Diff line number Diff line { lib, stdenv, clangStdenv, fetchFromGitHub, }: stdenv.mkDerivation rec { clangStdenv.mkDerivation (finalAttrs: { pname = "yafetch"; version = "unstable-2022-04-20"; src = fetchFromGitHub { owner = "kira64xyz"; repo = pname; repo = "yafetch"; rev = "a118cfc13f0b475db7c266105c10138d838788b8"; sha256 = "bSJlerfbJG6h5dDwWQKHnVLH6DEuvuUyqaRuJ7jvOsA="; hash = "sha256-bSJlerfbJG6h5dDwWQKHnVLH6DEuvuUyqaRuJ7jvOsA="; }; # Use the provided NixOS logo automatically Loading @@ -34,4 +34,4 @@ stdenv.mkDerivation rec { platforms = lib.platforms.linux; mainProgram = "yafetch"; }; } }) pkgs/top-level/all-packages.nix +0 −4 Original line number Diff line number Diff line Loading @@ -1089,10 +1089,6 @@ with pkgs; wine = wineWowPackages.yabridge; }; yafetch = callPackage ../tools/misc/yafetch { stdenv = clangStdenv; }; ### APPLICATIONS/VERSION-MANAGEMENT # The full-featured Git. Loading Loading
pkgs/tools/misc/yafetch/default.nix→pkgs/by-name/ya/yafetch/package.nix +5 −5 Original line number Diff line number Diff line { lib, stdenv, clangStdenv, fetchFromGitHub, }: stdenv.mkDerivation rec { clangStdenv.mkDerivation (finalAttrs: { pname = "yafetch"; version = "unstable-2022-04-20"; src = fetchFromGitHub { owner = "kira64xyz"; repo = pname; repo = "yafetch"; rev = "a118cfc13f0b475db7c266105c10138d838788b8"; sha256 = "bSJlerfbJG6h5dDwWQKHnVLH6DEuvuUyqaRuJ7jvOsA="; hash = "sha256-bSJlerfbJG6h5dDwWQKHnVLH6DEuvuUyqaRuJ7jvOsA="; }; # Use the provided NixOS logo automatically Loading @@ -34,4 +34,4 @@ stdenv.mkDerivation rec { platforms = lib.platforms.linux; mainProgram = "yafetch"; }; } })
pkgs/top-level/all-packages.nix +0 −4 Original line number Diff line number Diff line Loading @@ -1089,10 +1089,6 @@ with pkgs; wine = wineWowPackages.yabridge; }; yafetch = callPackage ../tools/misc/yafetch { stdenv = clangStdenv; }; ### APPLICATIONS/VERSION-MANAGEMENT # The full-featured Git. Loading