Hi
This commit is contained in:
parent
a9d0e9ccc6
commit
4e9a51a15c
2 changed files with 12 additions and 0 deletions
6
default.nix
Normal file
6
default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[
|
||||
"aarch64-darwin"
|
||||
"aarch64-linux"
|
||||
"x86_64-darwin"
|
||||
"x86_64-linux"
|
||||
]
|
||||
6
flake.nix
Normal file
6
flake.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
description = "Externally extensible flake systems";
|
||||
|
||||
# For usage, see the README.md
|
||||
outputs = _: { };
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue