feat: initial commit

This commit is contained in:
Harsh Shandilya 2023-06-25 17:26:11 +05:30
commit 7876462a5f
No known key found for this signature in database
3 changed files with 13 additions and 0 deletions

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# flake-systems
List of [nix-systems](https://github.com/nix-systems/nix-systems) for my Flakes projects.

5
default.nix Normal file
View File

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

5
flake.nix Normal file
View File

@ -0,0 +1,5 @@
{
description = "Externally extensible flake systems";
outputs = _: {};
}