From ed5984e32bdbc3b35c9436076ae996db29a51b29 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Tue, 11 Nov 2025 15:49:45 -0600 Subject: [PATCH] fix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 80d7454..d995456 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ }; outputs = - { nixpkgs, flake-utils }: + { nixpkgs, flake-utils, self }: let # NixOS module output (not system-specific) # The module accepts a package option, which can be set from the flake's packages