Split flake.nix into separate flake-parts modules

This commit is contained in:
Oliver Davies 2025-08-25 17:42:13 +01:00
parent c70e94ae27
commit b4a233a20f
4 changed files with 121 additions and 33 deletions

View file

@ -0,0 +1,3 @@
{
systems = [ "x86_64-linux" ];
}