Add armv7 to flake.nix

This commit is contained in:
Lillian-Violet 2024-01-08 18:00:25 +01:00
parent c3a67c68d1
commit 5e21cf26d3

View file

@ -33,9 +33,11 @@
# Supported systems for your flake packages, shell, etc. # Supported systems for your flake packages, shell, etc.
systems = [ systems = [
"aarch64-linux" "aarch64-linux"
"armv7l-linux"
"i686-linux" "i686-linux"
"x86_64-linux" "x86_64-linux"
"aarch64-darwin" "aarch64-darwin"
"armv7l-darwin"
"x86_64-darwin" "x86_64-darwin"
]; ];
# This is a function that generates an attribute by calling a function you # This is a function that generates an attribute by calling a function you