From 7654e599dbc3321fed451a4954e3ffd3d315ef48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hl=C3=B6=C3=B0ver=20Sigur=C3=B0sson?= Date: Fri, 26 Jul 2024 14:29:06 +0200 Subject: [PATCH] fix(nix): add missing arweave.pkg attribute --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 8af3e2ab9..0d24c241a 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ outputs = { self, nixpkgs, utils, ... }: utils.lib.eachDefaultSystem (system: let pkgs = import nixpkgs { inherit system; }; - arweave = pkgs.callPackage ./nix/arweave.nix { inherit pkgs; }; + arweave = (pkgs.callPackage ./nix/arweave.nix { inherit pkgs; }).arweave; in { packages = utils.lib.flattenTree {