mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-21 17:40:45 -06:00
add bash
This commit is contained in:
parent
daeb99d4e9
commit
ec0c58792d
1 changed files with 1 additions and 7 deletions
8
.github/actions/nix/action.yml
vendored
8
.github/actions/nix/action.yml
vendored
|
@ -44,19 +44,13 @@ runs:
|
|||
BTRFS: ${{ inputs.btrfs }}
|
||||
run: exec ${{ github.action_path }}/prepare.sh
|
||||
|
||||
# # needed to access ghostty repo for now
|
||||
# - name: Setup SSH
|
||||
# uses: MrSquaare/ssh-setup-action@v3
|
||||
# with:
|
||||
# host: github.com
|
||||
# private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
|
||||
- uses: DeterminateSystems/nix-installer-action@v15
|
||||
with:
|
||||
source-url: https://install.lix.systems/lix/lix-installer-x86_64-linux
|
||||
extra-conf: ${{ inputs.nix_conf }}
|
||||
|
||||
- name: Install and login to attic cache
|
||||
shell: bash
|
||||
run: |
|
||||
nix profile install "nixpkgs#attic-client"
|
||||
attic login oizys https://attic.dayl.in "${{ inputs.attic_token}}"
|
||||
|
|
Loading…
Reference in a new issue