feat: basic flake-parts structure, make-shell, files and readme

This commit is contained in:
Mohammad Rafiq 2025-07-02 23:12:04 +08:00
parent 8b4bfb5e15
commit dcd3a6fed7
No known key found for this signature in database
8 changed files with 127 additions and 129 deletions

5
modules/systems.nix Normal file
View file

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