Skip to content

Commit

Permalink
Merge branch 'aa/aarch64-darwin' of github.com:obsidiansystems/obelis…
Browse files Browse the repository at this point in the history
…k into aa/aarch64-darwin

* 'aa/aarch64-darwin' of github.com:obsidiansystems/obelisk:
  ci: cache aarch64-darwin command
  • Loading branch information
ali-abrar committed Sep 10, 2023
2 parents 9e3a583 + a3a3cc4 commit dc0e947
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ rec {
recurseForDerivations = true;
build = import ./all-builds.nix { inherit supportedSystems; };
test = import ./all-tests.nix { inherit supportedSystems; };
beta = (import ./skeleton { system = "aarch64-darwin"; }).shells.ghc;
beta = {
skeleton =(import ./skeleton { system = "aarch64-darwin"; }).shells.ghc;
command =(import ./.{ system = "aarch64-darwin"; }).command;
};

inherit (build) metaCache;
}

0 comments on commit dc0e947

Please sign in to comment.