We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b1b066 commit 595856aCopy full SHA for 595856a
1 file changed
.github/actions/setup-nix/action.yaml
@@ -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