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