From 9f04781dce4cad817f0aa36d902407c368f8f2e7 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Fri, 30 Aug 2024 20:10:33 +0200 Subject: [PATCH] flake.nix: move hosts config to hosts/default.nix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index d2ab0cb..d9f854d 100644 --- a/flake.nix +++ b/flake.nix @@ -4,8 +4,8 @@ inputs.flake-parts.lib.mkFlake {inherit inputs;} { systems = ["x86_64-linux"]; imports = [ - ./parts ./hosts + ./parts ]; }; inputs = {