mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 03:29:20 +00:00
Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 14 to 15. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/v14...v15) --- updated-dependencies: - dependency-name: cachix/cachix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
23 lines
672 B
YAML
23 lines
672 B
YAML
on:
|
|
pull_request:
|
|
push:
|
|
jobs:
|
|
ci:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- uses: cachix/install-nix-action@v25
|
|
with:
|
|
nix_path: nixpkgs=channel:nixos-unstable
|
|
- name: Free Disk Space
|
|
uses: jlumbroso/free-disk-space@main
|
|
with:
|
|
tool-cache: true
|
|
- uses: DeterminateSystems/magic-nix-cache-action@v2
|
|
- uses: cachix/cachix-action@v15
|
|
with:
|
|
name: callumio-public
|
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
|
pushFilter: '(nerdfonts)'
|
|
extraPullNames: nix-community, om
|
|
- run: nix run github:juspay/omnix -- ci run "."
|