mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +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…
Reference in a new issue