Add armv7 to flake.nix
This commit is contained in:
parent
44f4dea7d5
commit
539c6b09c4
1 changed files with 2 additions and 0 deletions
|
@ -33,9 +33,11 @@
|
|||
# Supported systems for your flake packages, shell, etc.
|
||||
systems = [
|
||||
"aarch64-linux"
|
||||
"armv7l-linux"
|
||||
"i686-linux"
|
||||
"x86_64-linux"
|
||||
"aarch64-darwin"
|
||||
"armv7l-darwin"
|
||||
"x86_64-darwin"
|
||||
];
|
||||
# This is a function that generates an attribute by calling a function you
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue