Skip to content

build(deps): bump cachix/install-nix-action from 26 to 27 #2333

build(deps): bump cachix/install-nix-action from 26 to 27

build(deps): bump cachix/install-nix-action from 26 to 27 #2333

Workflow file for this run

name: "Test"
on:
pull_request:
push:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@V27
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Show nixpkgs version
run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
- run: ./tests/run.py