A stable replacement for nix run in haskell
nix cli
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

build: rename artifact name

WeetHet 0149dc11 e4c20612

+2 -2
+1 -1
app/Main.hs
··· 209 209 binPath <- 210 210 readProcess 211 211 "nix-instantiate" 212 - ["--eval", "--raw", "-E", toString expr] 212 + ["--eval", "--raw", "--read-write-mode", "-E", toString expr] 213 213 "" 214 214 let attrArgs = maybe [] (("-A" :) . one) attr 215 215 _ <-
+1 -1
package.yaml
··· 1 - name: nix-run-hs 1 + name: nix-run 2 2 version: 0.1.0.0 3 3 homepage: https://tangled.org/@weethet.bsky.social/nix-run 4 4 license: BSD-3-Clause