added nix channel
This commit is contained in:
parent
bed207e627
commit
04b86982b4
4
.github/workflows/hugo.yaml
vendored
4
.github/workflows/hugo.yaml
vendored
@ -32,6 +32,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
container: nixos/nix
|
||||
steps:
|
||||
- name: Add nix channel
|
||||
run: "nix-channel --add https://nixos.org/channels/nixpkgs-unstable"
|
||||
- name: Update nix channel
|
||||
run: "nix-channel --update"
|
||||
- name: Install Node dependency for GitHub actions
|
||||
run: "nix-env -iA nixpkgs.nodejs_16"
|
||||
- name: Checkout
|
||||
|
Loading…
Reference in New Issue
Block a user