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
|
||||
uses: cachix/cachix-action@v6
|
||||
with:
|
||||
name: my-site
|
||||
name: hakyll-nix-template
|
||||
signingKey: ${{ secrets.CACHIX_SIGNING_KEY }}
|
||||
#authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
|
||||
|
||||
|
@ -4,7 +4,7 @@ in
|
||||
{ pkgs ? cfg.pkgs }:
|
||||
|
||||
pkgs.stdenv.mkDerivation {
|
||||
name = "hakyll-nix-template";
|
||||
name = "my-site";
|
||||
buildInputs = [
|
||||
cfg.generator
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user