{ description = "A simple flake to restart the Quantum Go Bots"; inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11"; outputs = { self, nixpkgs }: { defaultPackage.x86_64-linux = with nixpkgs.legacyPackages.x86_64-linux; stdenv.mkDerivation rec { pname = "restart-qgo-bots"; version = "0.0.1"; src = null; phases = [ "installPhase" ]; installPhase = '' mkdir -p $out/bin cat > $out/bin/restart-bots <