Loading pkgs/tools/misc/onefetch/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ , rustPlatform , fetchFromGitHub , cmake , installShellFiles , pkg-config , zstd , stdenv Loading @@ -9,7 +10,6 @@ , libresolv , Security , git , installShellFiles }: rustPlatform.buildRustPackage rec { Loading Loading @@ -41,6 +41,7 @@ rustPlatform.buildRustPackage rec { preCheck = '' git init git config user.name nixbld git config user.email nixbld@example.com git add . git commit -m test Loading Loading
pkgs/tools/misc/onefetch/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ , rustPlatform , fetchFromGitHub , cmake , installShellFiles , pkg-config , zstd , stdenv Loading @@ -9,7 +10,6 @@ , libresolv , Security , git , installShellFiles }: rustPlatform.buildRustPackage rec { Loading Loading @@ -41,6 +41,7 @@ rustPlatform.buildRustPackage rec { preCheck = '' git init git config user.name nixbld git config user.email nixbld@example.com git add . git commit -m test Loading