move to backup
This commit is contained in:
parent
294dc66380
commit
a0e3d792a9
182 changed files with 156 additions and 103 deletions
7
modules/systems.nix
Normal file
7
modules/systems.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
# Currently using ARM on MacOS and x86 on Linux
|
||||
systems = [
|
||||
"aarch64-darwin"
|
||||
"x86_64-linux"
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue