Skip to content

Commit

Permalink
add action
Browse files Browse the repository at this point in the history
  • Loading branch information
TornaxO7 committed Feb 10, 2024
1 parent 0dc9112 commit d04a603
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: "Nix preparation"
description: "Prepares the nix shell for the running CI"

runs:
using: composite
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable

0 comments on commit d04a603

Please sign in to comment.