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"
];
imports = [
inputs.clan-core.flakeModules.default
inputs.devshell.flakeModule
./fmt.nix
./shell.nix
];

View File

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