From 6866b4bdc9e6d05b969dc6bc56e6aa7db55377f6 Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Sun, 13 Apr 2025 21:18:10 -0400 Subject: [PATCH] chore: formatting --- npins/sources.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/npins/sources.nix b/npins/sources.nix index 162f1d94..3ae0b99e 100644 --- a/npins/sources.nix +++ b/npins/sources.nix @@ -98,7 +98,9 @@ builtins.mapAttrs Channel = getZip; Tarball = getUrl; } - .${spec.type} + .${ + spec.type + } or (builtins.throw "Unknown source type ${spec.type}"); in spec // {outPath = mayOverride (func spec);}