You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently nix-monitored converts nix run <flake-ref> to nix build <flake-ref> && nix run <flake-ref>. This breaks for flake apps outputs, where what we should actually build is <flake-ref>.program.
Currently nix-monitored converts
nix run <flake-ref>tonix build <flake-ref> && nix run <flake-ref>. This breaks for flakeappsoutputs, where what we should actually build is<flake-ref>.program.