Add script to setup AWS environment variables

This commit is contained in:
Greg Hellings
2024-01-20 21:21:38 -06:00
parent 638d545fb7
commit 004171f16d
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ in rec {
withAACS = true;
withBDplus = true;
};
setup-ssh = prev.callPackage ./setup-ssh.nix {
setup-ssh = prev.callPackage ./setup-ssh {
pkgs = final.pkgs;
};
template = prev.callPackage ./template.nix { };