mirror of
https://github.com/nix-community/home-manager
synced 2024-11-14 15:19:45 +01:00
ci: remove cachix action
All the extra binary cache lookups and uploads to Cachix make the build quite a bit slower than necessary.
This commit is contained in:
parent
943a9b3727
commit
299c891e49
1 changed files with 0 additions and 4 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -15,10 +15,6 @@ jobs:
|
||||||
- uses: cachix/install-nix-action@v23
|
- uses: cachix/install-nix-action@v23
|
||||||
with:
|
with:
|
||||||
nix_path: nixpkgs=channel:nixos-unstable
|
nix_path: nixpkgs=channel:nixos-unstable
|
||||||
- uses: cachix/cachix-action@v13
|
|
||||||
with:
|
|
||||||
name: nix-community
|
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
|
||||||
- run: |
|
- run: |
|
||||||
if grep -R --exclude stdlib-extended.nix literalExample modules ; then
|
if grep -R --exclude stdlib-extended.nix literalExample modules ; then
|
||||||
echo "Error: literalExample should be replaced by literalExpression" > /dev/stderr
|
echo "Error: literalExample should be replaced by literalExpression" > /dev/stderr
|
||||||
|
|
Loading…
Reference in a new issue