~toastal/purescript-web-network-information

bfbff41915aad8a4b73694d171e83081e10d71b3 — toastal 2 years ago 24afc8b v1.0.0
Nix + Spago upgrades
3 files changed, 8 insertions(+), 9 deletions(-)

M flake.lock
M flake.nix
M packages.dhall
M flake.lock => flake.lock +3 -3
@@ 18,11 18,11 @@
    },
    "nixpkgs": {
      "locked": {
        "lastModified": 1651007983,
        "narHash": "sha256-GNay7yDPtLcRcKCNHldug85AhAvBpTtPEJWSSDYBw8U=",
        "lastModified": 1651558728,
        "narHash": "sha256-8HzyRnWlgZluUrVFNOfZAOlA1fghpOSezXvxhalGMUo=",
        "owner": "NixOS",
        "repo": "nixpkgs",
        "rev": "e10da1c7f542515b609f8dfbcf788f3d85b14936",
        "rev": "cbe587c735b734405f56803e267820ee1559e6c1",
        "type": "github"
      },
      "original": {

M flake.nix => flake.nix +3 -4
@@ 20,7 20,7 @@
      forAllSystems = f: nixpkgs.lib.genAttrs supportedSystems (system: f system);

      # normalizing on one version of JavaScript for this project
      jsNormalizedEasyPurs = { pkgs }:
      nodeNormalizedEasyPurs = { pkgs }:
        let
          nodejs = pkgs.nodejs-14_x;
        in


@@ 40,11 40,10 @@
        let
          pkgs = import nixpkgs { inherit system; };

          easy-ps = jsNormalizedEasyPurs { inherit pkgs; };
          easy-ps = nodeNormalizedEasyPurs { inherit pkgs; };

          spagoPkgs = import ./spago-packages.nix { inherit pkgs; };
        in

        {
          "${name}" = pkgs.stdenv.mkDerivation {
            inherit name;


@@ 101,7 100,7 @@
            inherit system;
          };

          easy-ps = jsNormalizedEasyPurs { inherit pkgs; };
          easy-ps = nodeNormalizedEasyPurs { inherit pkgs; };
        in
        pkgs.mkShell {
          inherit name;

M packages.dhall => packages.dhall +2 -2
@@ 1,5 1,5 @@
let upstream =
      https://github.com/purescript/package-sets/releases/download/psc-0.15.0-20220502/packages.dhall
        sha256:38d347aeba9fe6359c208abe87a5cecf1ffb14294f11ad19664ae35c59b6e29a
      https://github.com/purescript/package-sets/releases/download/psc-0.15.0-20220504/packages.dhall
        sha256:fd37736ecaa24491c907af6a6422156417f21fbf25763de19f65bd641e8340d3

in  upstream