From 55453b7939fc45451092a8f99e177c0d72028666 Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Sat, 16 Dec 2023 19:36:53 +0100 Subject: [PATCH] This might work... --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 32ba1f0..615fa79 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { description = "A few settings"; - outputs = _: { + outputs = {self, ...}: { nixosModules = { default = import ./modules; };