get names right...
This commit is contained in:
parent
3bda4a02cc
commit
eab1186a9f
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
- name: Build with cachix
|
- name: Build with cachix
|
||||||
uses: cachix/cachix-action@v6
|
uses: cachix/cachix-action@v6
|
||||||
with:
|
with:
|
||||||
name: my-site
|
name: hakyll-nix-template
|
||||||
signingKey: ${{ secrets.CACHIX_SIGNING_KEY }}
|
signingKey: ${{ secrets.CACHIX_SIGNING_KEY }}
|
||||||
#authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
|
#authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ in
|
|||||||
{ pkgs ? cfg.pkgs }:
|
{ pkgs ? cfg.pkgs }:
|
||||||
|
|
||||||
pkgs.stdenv.mkDerivation {
|
pkgs.stdenv.mkDerivation {
|
||||||
name = "hakyll-nix-template";
|
name = "my-site";
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
cfg.generator
|
cfg.generator
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user