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

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