nix/pkgs: fix switch-to-production

This commit is contained in:
Astro 2021-11-15 21:56:16 +01:00
parent 2808bebffc
commit ab199ec19e
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ let
switch-to-production = pkgs.writeScriptBin "decrypt-secrets" ''
#! ${pkgs.runtimeShell} -e
${decrypt-secrets}
${decrypt-secrets}/bin/decrypt-secrets
cd config
cp secrets-production.nix secrets.nix