add aws command which actually runs a nix flake. update hostnames to be {s3,web}.strudelline.net. tools command now can setup your garage alias.
4 lines
127 B
Bash
Executable File
4 lines
127 B
Bash
Executable File
#!/bin/sh
|
|
|
|
exec nix --extra-experimental-features nix-command --extra-experimental-features flakes run nixpkgs#awscli2 -- "$@"
|