From a82369bcae1df4440542e8d6994117388348a22e Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Wed, 11 Jun 2025 16:54:37 +0300 Subject: [PATCH] flake: fix eval --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index ec592f2..d16cf85 100644 --- a/flake.nix +++ b/flake.nix @@ -57,7 +57,7 @@ "ndg" "licenseit" "mrc" - "color" + "gcolor" "tailray" # 3rd party packages @@ -66,7 +66,7 @@ mappedPkgs = listToAttrs (map (input: { name = input; - value = inputs'.${input}.packages.default or builtins.throw "Input ${input} does not provide a default package"; + value = inputs'.${input}.packages.default or (builtins.throw "Input ${input} does not provide a default package"); }) fromInputs); in