Skip to content

Commit 595856a

Browse files
committed
ci: nix setup
1 parent 6b1b066 commit 595856a

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: "Setup Nix Environment"
2+
description: "Sets up Nix"
3+
4+
runs:
5+
using: "composite"
6+
steps:
7+
- uses: cachix/install-nix-action@v30
8+
with:
9+
nix_path: nixpkgs=channel:nixos-unstable
10+
- name: bootstrap
11+
run: |
12+
nix profile install "./tools/nix#ci"
13+
./tools/ci/setup-git.sh
14+
shell: bash

0 commit comments

Comments
 (0)