From 91f218a45925f76463f517af866df5e75e060218 Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Mon, 19 Aug 2024 21:49:30 +0200 Subject: [PATCH] flake: Just use the package from the let block --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f52fa2d..fe73ff8 100644 --- a/flake.nix +++ b/flake.nix @@ -80,7 +80,7 @@ packages.default = config.packages.pamedia; overlayAttrs = { - inherit (config.packages) pamedia; + inherit pamedia; }; devShells.default =