From c87b0fdb42e76424f3f5ccae6f46e26ecf20b8f3 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Tue, 4 Feb 2025 22:09:43 -0800 Subject: migration: flake inputs --- flake.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 81dc6dc..3d43de7 100644 --- a/flake.nix +++ b/flake.nix @@ -18,7 +18,7 @@ nix-minecraft.url = "github:CartConnoisseur/nix-minecraft"; }; - outputs = inputs: + outputs = inputs: inputs.snowfall-lib.mkFlake { inherit inputs; src = ./.; @@ -32,6 +32,12 @@ title = "cxl flake"; }; }; + + systems.modules.nixos = with inputs; [ + inputs.home-manager.nixosModules.default + impermanence.nixosModules.impermanence + nix-minecraft.nixosModules.minecraft-servers + ]; }; # nixosConfigurations = { # c-pc = nixpkgs.lib.nixosSystem { -- cgit v1.2.3