mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-18 03:52:31 +03:00
Add aarch64-linux support
I'd like to use dream2nix on an ARM64 machine. Passes `nix flake check`.
This commit is contained in:
parent
867c1dbce5
commit
656a5d6af2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user