get names right...

main
Robert Pearce 2020-09-22 21:06:34 -04:00
parent 3bda4a02cc
commit eab1186a9f
No known key found for this signature in database
GPG Key ID: 07A0E482E5616C9B
2 changed files with 2 additions and 2 deletions

View File

@ -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 }}

View File

@ -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
]; ];