From cd99e1dc6821e1ca76bc96dcacb728b864918126 Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Wed, 24 Aug 2022 13:31:11 -0500 Subject: [PATCH] fixup --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index ac170b9..d6a8062 100644 --- a/default.nix +++ b/default.nix @@ -19,7 +19,7 @@ let { outPath = fetchTarball ({ url = "https://api.${info.host or "github.com"}/repos/${info.owner}/${info.repo}/tarball/${info.rev}"; } - // (if info ? narHash then { narHash = inherit (info) narHash; } else {}) + // (if info ? narHash then { inherit (info) narHash; } else {}) ); rev = info.rev; shortRev = builtins.substring 0 7 info.rev;