From 98075785a33d92155237b96687c90d79219ac1c2 Mon Sep 17 00:00:00 2001 From: niten Date: Wed, 19 Jun 2024 13:25:13 -0700 Subject: [PATCH] Not sure how to specify modules... --- paris-container.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paris-container.nix b/paris-container.nix index 253e9f4..4ed0fda 100644 --- a/paris-container.nix +++ b/paris-container.nix @@ -36,7 +36,7 @@ in { }; nixos-modules = mkOption { - type = listOf package; + type = listOf unspecified; default = [ ]; description = "NixOS modules to add to Paris."; };