From eae90aeae08a52496db86c98d636c3cad5eb34c8 Mon Sep 17 00:00:00 2001 From: kurogeek Date: Fri, 11 Jul 2025 11:43:34 +0700 Subject: [PATCH] move import to flake module --- flake.nix | 3 --- shell.nix | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 6415c9a..3bf4e2f 100644 --- a/flake.nix +++ b/flake.nix @@ -33,9 +33,6 @@ "x86_64-linux" ]; imports = [ - inputs.clan-core.flakeModules.default - inputs.devshell.flakeModule - ./fmt.nix ./shell.nix ]; diff --git a/shell.nix b/shell.nix index 6e519a2..f25e3ba 100644 --- a/shell.nix +++ b/shell.nix @@ -1,5 +1,8 @@ { inputs, ... }: { + imports = [ + inputs.devshell.flakeModule + ]; perSystem = { system, ... }: {