mirror of
https://github.com/NixOS/nix
synced 2025-06-25 14:51:16 +02:00
Fix library name
This commit is contained in:
parent
513f6b9718
commit
3ad39d2afb
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ let
|
||||||
in
|
in
|
||||||
|
|
||||||
mkDerivation (finalAttrs: {
|
mkDerivation (finalAttrs: {
|
||||||
pname = "nix-flake";
|
pname = "nix-fetchers";
|
||||||
inherit version;
|
inherit version;
|
||||||
|
|
||||||
src = fileset.toSource {
|
src = fileset.toSource {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue