From c93eae7878325927cd11489de40be35c907c84ca Mon Sep 17 00:00:00 2001 From: Malte Voos Date: Fri, 13 May 2022 13:21:18 +0200 Subject: nixos module for non-nixos systems (s6-rc config only) --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 8c4dc5c..0a1e899 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - outputs = { ... }: { + outputs = { self }: { nixosModule = import ./module.nix; }; } -- cgit 1.4.1