Skip to content

Commit

Permalink
list profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
sdankel committed Aug 15, 2023
1 parent d5f1df4 commit c5a328a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: trusted-users = root $USER
extra_nix_config: trusted-users = root runner josh kayagokalp
- uses: cachix/cachix-action@v12
with:
name: fuellabs
Expand All @@ -43,12 +43,11 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected]
- if: matrix.os == 'macos-arm'
run: rm -rf /nix && /etc/nix/nix.conf
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: trusted-users = root $USER
extra_nix_config: trusted-users = root runner josh kayagokalp
- run: nix profile list
- run: cat /etc/nix/nix.conf
- uses: cachix/cachix-action@v12
with:
Expand All @@ -68,7 +67,7 @@ jobs:
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: trusted-users = root $USER
extra_nix_config: trusted-users = root runner josh kayagokalp
- uses: cachix/cachix-action@v12
with:
name: fuellabs
Expand All @@ -83,7 +82,7 @@ jobs:
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: trusted-users = root $USER
extra_nix_config: trusted-users = root runner josh kayagokalp
- uses: cachix/cachix-action@v12
with:
name: fuellabs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: trusted-users = root $USER
extra_nix_config: trusted-users = root runner josh kayagokalp
- name: build
run: nix develop --print-build-logs --no-update-lock-file .#book-dev --command mdbook build book
- name: deploy
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/refresh-manifests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: trusted-users = root $USER
extra_nix_config: trusted-users = root runner josh kayagokalp
- uses: cachix/cachix-action@v12
with:
name: fuellabs
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: trusted-users = root $USER
extra_nix_config: trusted-users = root runner josh kayagokalp
- uses: cachix/cachix-action@v12
with:
name: fuellabs
Expand Down

0 comments on commit c5a328a

Please sign in to comment.