ners / nix-monitored

A transparent wrapper around Nix that pipes its output through Nix Output Monitor
MIT License
19 stars 3 forks source link

Apps don't run correctly #3

Open ners opened 1 year ago

ners commented 1 year ago

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.