Skip to content

Commit

Permalink
[detsys] Bump detsys installer (#46)
Browse files Browse the repository at this point in the history
Running into intermitent failures installing nix in
[devbox](https://github.com/jetify-com/devbox) here see
https://github.com/jetify-com/devbox/actions/runs/8808402110/job/24177427710?pr=2017

Bumping detsys installer to see if it helps.
  • Loading branch information
mikeland73 committed Apr 24, 2024
1 parent 6215dee commit e55980d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# MacOS filesystem
.DS_Store
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ runs:
- name: Install nix
if: inputs.skip-nix-installation == 'false'
uses: DeterminateSystems/nix-installer-action@cd46bde16ab981b0a7b2dce0574509104543276e # v9
uses: DeterminateSystems/nix-installer-action@de22e16c4711fca50c816cc9081563429d1cf563 # v10
with:
logger: pretty
extra-conf: experimental-features = ca-derivations fetch-closure
Expand Down

0 comments on commit e55980d

Please sign in to comment.