-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
60 additions
and
800 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: Setup Environment | ||
inputs: | ||
CACHIX_AUTH_TOKEN: | ||
required: true | ||
description: "Cachix Auth Token" | ||
SECRET_GITHUB_TOKEN: | ||
required: true | ||
description: "Github Secret Token" | ||
runs: | ||
using: "composite" | ||
steps: | ||
- uses: jlumbroso/free-disk-space@main | ||
with: | ||
# These 5 options give back ~32Gb. If that's not enough, the remaining flags can be set to `true` at the expense | ||
# of this action taking longer to finish | ||
android: true | ||
dotnet: true | ||
haskell: true | ||
docker-images: true | ||
swap-storage: true | ||
|
||
large-packages: false | ||
tool-cache: false | ||
|
||
- uses: DeterminateSystems/nix-installer-action@main | ||
with: | ||
extra-conf: | | ||
accept-flake-config = true | ||
github_token: ${{ inputs.SECRET_GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,7 @@ in | |
"Plots" | ||
"GLMakie" | ||
"DataFrames" | ||
"JSON3" | ||
]; | ||
extraKernelSpc = { | ||
env = { | ||
|
Oops, something went wrong.