air

air 1.65.3

Live reload for Go apps

https://github.com/air-verse/air
GNU General Public License v3.0 only
main program: airprograms: air
Platforms (31)
aarch64-freebsdarc-linuxmips64-linuxmips64el-linuxmips-linuxmicroblazeel-linuxi686-linuxaarch64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  air
];
Ad-hoc shell
nix-shell -p air
Flake (nix run)
nix run nixpkgs#air