mirror of
https://github.com/danth/stylix
synced 2025-02-16 21:38:40 +00:00
Remove Cachix 👷
Packages are small and quick, no need for the extra complexity.
This commit is contained in:
parent
d0658ebb8b
commit
184255d021
2 changed files with 0 additions and 18 deletions
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
|
@ -12,12 +12,6 @@ jobs:
|
|||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v19
|
||||
|
||||
- name: Set up Cachix
|
||||
uses: cachix/cachix-action@v12
|
||||
with:
|
||||
name: danth
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
|
@ -45,12 +39,6 @@ jobs:
|
|||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v19
|
||||
|
||||
- name: Set up Cachix
|
||||
uses: cachix/cachix-action@v12
|
||||
with:
|
||||
name: danth
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
|
|
6
.github/workflows/docs.yml
vendored
6
.github/workflows/docs.yml
vendored
|
@ -18,12 +18,6 @@ jobs:
|
|||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v19
|
||||
|
||||
- name: Set up Cachix
|
||||
uses: cachix/cachix-action@v12
|
||||
with:
|
||||
name: danth
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue