1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

Fix library name

This commit is contained in:
John Ericson 2024-06-28 17:17:20 -04:00
parent 513f6b9718
commit 3ad39d2afb

View file

@ -38,7 +38,7 @@ let
in
mkDerivation (finalAttrs: {
pname = "nix-flake";
pname = "nix-fetchers";
inherit version;
src = fileset.toSource {