This commit is contained in:
zimbatm 2023-04-08 21:03:53 +02:00
parent a9d0e9ccc6
commit 4e9a51a15c
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7
2 changed files with 12 additions and 0 deletions

6
default.nix Normal file
View file

@ -0,0 +1,6 @@
[
"aarch64-darwin"
"aarch64-linux"
"x86_64-darwin"
"x86_64-linux"
]

6
flake.nix Normal file
View file

@ -0,0 +1,6 @@
{
description = "Externally extensible flake systems";
# For usage, see the README.md
outputs = _: { };
}