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.
|
# System types to support.
|
||||||
supportedSystems = [
|
supportedSystems = [
|
||||||
"x86_64-linux"
|
"x86_64-linux"
|
||||||
"aarch64-linux"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
forAllSystems = function: nixpkgs.lib.genAttrs supportedSystems
|
forAllSystems = function: nixpkgs.lib.genAttrs supportedSystems
|
||||||
|
|
Loading…
Reference in a new issue