From d04a603ec9d039483c72913df7078a255a4737a2 Mon Sep 17 00:00:00 2001 From: TornaxO7 Date: Sat, 10 Feb 2024 03:01:03 +0100 Subject: [PATCH] add action --- action.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 action.yml diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..071d704 --- /dev/null +++ b/action.yml @@ -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