feat: basic flake-parts structure, make-shell, files and readme
This commit is contained in:
parent
6c59366f8f
commit
a19ede01a2
7 changed files with 127 additions and 28 deletions
5
modules/systems.nix
Normal file
5
modules/systems.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
systems = [
|
||||
"x86_64-linux"
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue