~toastal/easy-purescript-nix

3dc8d809a57b77c7502da4423f128eac6e25a200 — James Brock 1 year, 3 months ago c8eee8f + a0e09ab
Merge pull request #222 from justinwoo/deluxe-dhall

In .#deluxe use nixpkgs dhall
1 files changed, 1 insertions(+), 2 deletions(-)

M flake.nix
M flake.nix => flake.nix +1 -2
@@ 18,7 18,6 @@
                  pulp
                  psc-package
                  purp
                  dhall-simple
                  spago
                  spago2nix
                  pscid


@@ 27,10 26,10 @@
                  purty
                  zephyr
                  purs-backend-es
                ] ++ [
                  pkgs.nodejs-18_x
                  pkgs.nodePackages.bower
                  pkgs.esbuild
                  pkgs.dhall
                ];
              shellHook = ''
                source <(spago --bash-completion-script `which spago`)