1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 12:06:01 +01: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 {