diff options
Diffstat (limited to 'flake')
-rw-r--r-- | flake/systems.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/flake/systems.nix b/flake/systems.nix new file mode 100644 index 0000000..93e8e00 --- /dev/null +++ b/flake/systems.nix @@ -0,0 +1,5 @@ +[ + #"aarch64-linux" I'll uncomment that when needed + "i686-linux" + "x86_64-linux" +] |