Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Commit

Permalink
github: remove default nix install options
Browse files Browse the repository at this point in the history
  • Loading branch information
slaier committed Feb 17, 2023
1 parent bb9f2b7 commit f824f07
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
nix_path: "${{ matrix.nixPath }}"
extra_nix_config: |
auto-optimise-store = true
experimental-features = nix-command flakes
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
log-lines = 1000
- name: Setup cachix
uses: cachix/cachix-action@v12
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/update_inputs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ jobs:
ref: main
- name: Install nix
uses: cachix/install-nix-action@v19
with:
nix_path: "nixpkgs=channel:nixos-unstable"
extra_nix_config: |
experimental-features = nix-command flakes
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v12
with:
name: slaier
Expand Down

0 comments on commit f824f07

Please sign in to comment.