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, ... }: {