Merge branch 'main' of github.com:DavHau/dream2nix

This commit is contained in:
DavHau 2022-02-04 19:16:01 +07:00
commit 57c7f5b948

View File

@ -35,7 +35,7 @@
lib = nixpkgs.lib; lib = nixpkgs.lib;
supportedSystems = [ "x86_64-linux" "x86_64-darwin" ]; supportedSystems = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" ];
forAllSystems = f: lib.genAttrs supportedSystems (system: forAllSystems = f: lib.genAttrs supportedSystems (system:
f system (import nixpkgs { inherit system; overlays = [ self.overlay ]; }) f system (import nixpkgs { inherit system; overlays = [ self.overlay ]; })