Skip to content

Commit

Permalink
fix(build): remove debugging artifact
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Jul 21, 2023
1 parent c72d3a8 commit 4879642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@
in
if secret == ""
then warn "`SECRET_KEY_BASE` not set (do not forget to use `--impure`), using insecure default key" "3ImiTAMO0TTD7wrACHrCA+ggkzpw6zGWvE3gtQwlXE6vmnDT9yGP5/WKpLWEJ8fF"
else throw "'${secret}'";
else secret;
mixFodDeps = mkMixDeps {
inherit
pkgs
Expand Down

0 comments on commit 4879642

Please sign in to comment.