nix: drop aarch64-linux
I don't know if it ever worked, not gonna claim I did
This commit is contained in:
parent
772126b0de
commit
3523c50b71
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@
|
|||
# System types to support.
|
||||
supportedSystems = [
|
||||
"x86_64-linux"
|
||||
"aarch64-linux"
|
||||
];
|
||||
|
||||
forAllSystems = function: nixpkgs.lib.genAttrs supportedSystems
|
||||
|
|
Loading…
Reference in a new issue