Add armv7 to flake.nix

This commit is contained in:
Lillian Violet 2024-01-08 18:00:25 +01:00
parent 44f4dea7d5
commit 539c6b09c4

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