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(nix): simplify shell.nix

WeetHet 2ce7b949 8db9c292

+1 -5
+1 -5
shell.nix
··· 4 4 }: 5 5 pkgs.haskellPackages.shellFor { 6 6 packages = hpkgs: [ 7 - ((hpkgs.callCabal2nix "nix-run" ./. { }).overrideAttrs (old: { 8 - preConfigure = "hpack"; 9 - 10 - nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [ pkgs.haskellPackages.hpack ]; 11 - })) 7 + (hpkgs.callCabal2nix "nix-run" ./. { }) 12 8 ]; 13 9 14 10 withHoogle = true;