Skip to content

Commit

Permalink
tests/t01-signing: use correct nixos module
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 authored and mergify[bot] committed Nov 12, 2023
1 parent cdc565b commit 656188c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/t01-signing.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
harmonia = { ... }: {
imports = [ ../module.nix ];

services.harmonia = {
services.harmonia-dev = {
enable = true;
signKeyPath = "${./cache.sk}";
};
Expand Down

0 comments on commit 656188c

Please sign in to comment.