Skip to content

remove nix shell from gh-actions #12

remove nix shell from gh-actions

remove nix shell from gh-actions #12

Workflow file for this run

name: "Cachix Magic Nix Build Cache"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- run: nix build
#- run: nix shell --command "echo OK"