move import to flake module

This commit is contained in:
2025-07-11 11:43:34 +07:00
parent 610952acae
commit eae90aeae0
2 changed files with 3 additions and 3 deletions

View File

@@ -33,9 +33,6 @@
"x86_64-linux" "x86_64-linux"
]; ];
imports = [ imports = [
inputs.clan-core.flakeModules.default
inputs.devshell.flakeModule
./fmt.nix ./fmt.nix
./shell.nix ./shell.nix
]; ];

View File

@@ -1,5 +1,8 @@
{ inputs, ... }: { inputs, ... }:
{ {
imports = [
inputs.devshell.flakeModule
];
perSystem = perSystem =
{ system, ... }: { system, ... }:
{ {