1
0
Fork 0
mirror of https://github.com/numtide/flake-utils.git synced 2024-12-14 11:47:31 +00:00

remove 20 years old arch (#82)

This commit is contained in:
Domen Kožar 2022-11-02 13:33:13 +00:00 committed by GitHub
parent 6ee9ebb6b1
commit 5aed5285a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,6 @@ let
defaultSystems = [
"aarch64-linux"
"aarch64-darwin"
"i686-linux"
"x86_64-darwin"
"x86_64-linux"
];