get names right...

This commit is contained in:
Robert Pearce
2020-09-22 21:06:34 -04:00
parent 3bda4a02cc
commit eab1186a9f
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: Build with cachix
uses: cachix/cachix-action@v6
with:
name: my-site
name: hakyll-nix-template
signingKey: ${{ secrets.CACHIX_SIGNING_KEY }}
#authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}

View File

@@ -4,7 +4,7 @@ in
{ pkgs ? cfg.pkgs }:
pkgs.stdenv.mkDerivation {
name = "hakyll-nix-template";
name = "my-site";
buildInputs = [
cfg.generator
];