This commit is contained in:
parent
f9245c4145
commit
6767df7f91
@ -1,4 +1,4 @@
|
|||||||
name: "initialize"
|
name: "Initialize"
|
||||||
description: "install nix & use cachix"
|
description: "install nix & use cachix"
|
||||||
|
|
||||||
inputs:
|
inputs:
|
||||||
@ -9,12 +9,12 @@ inputs:
|
|||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- name: install nix
|
- name: Install nix
|
||||||
uses: cachix/install-nix-action@v31
|
uses: cachix/install-nix-action@v31
|
||||||
with:
|
with:
|
||||||
nix_path: nixpkgs=channel:nixos-unstable
|
nix_path: nixpkgs=channel:nixos-unstable
|
||||||
|
|
||||||
- name: use cachix
|
- name: Use cachix
|
||||||
uses: cachix/cachix-action@v16
|
uses: cachix/cachix-action@v16
|
||||||
with:
|
with:
|
||||||
name: trevstack
|
name: trevstack
|
||||||
|
Loading…
x
Reference in New Issue
Block a user