Add aarch64-linux support

I'd like to use dream2nix on an ARM64 machine. Passes `nix flake check`.
This commit is contained in:
Max 2022-03-13 02:06:23 +01:00 committed by GitHub
parent 867c1dbce5
commit 656a5d6af2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@
# dream2nix lib (system independent utils)
dlib = import ./src/lib {inherit lib;};
supportedSystems = ["x86_64-linux" "x86_64-darwin" "aarch64-darwin"];
supportedSystems = ["x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin"];
forSystems = systems: f:
lib.genAttrs systems