From c15abae67bb4a3e79526a0f4c1f2101d91e5ea7f Mon Sep 17 00:00:00 2001 From: Sebastian Moser Date: Sat, 17 Aug 2024 21:09:17 +0200 Subject: [PATCH] flake also output self --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index eaf6a5d..b08b28a 100644 --- a/flake.nix +++ b/flake.nix @@ -243,7 +243,7 @@ # I want to be able to referency my inputs as an output as well # eg usefull for nix eval github:c2vi/nixos#inputs.nixpkgs.rev to get the current pinned nixpkgs version - inherit inputs; + inherit inputs self; ############ homeModules ################ homeModules = {