Merge branch 'main' of github.com:roc-lang/roc into move-platform-switching

This commit is contained in:
Anton-4 2022-10-17 17:09:38 +02:00
commit 1b78f56d23
No known key found for this signature in database
GPG Key ID: A13F4A6E21141925
3 changed files with 10 additions and 4 deletions

View File

@ -1,9 +1,9 @@
{ rev ? "541a3ca27c9a8220b46f4feb7dd8e94336a77f42", # nixpkgs master
{ rev ? "a7855f2235a1876f97473a76151fec2afa02b287", # nixpkgs master. Keep up to date with "nixpkgs">"locked">"rev" in flake.lock
nixpkgsSource ? builtins.fetchTarball {
url = "https://github.com/nixos/nixpkgs/tarball/${rev}";
sha256 = "sha256:1mxv0zigm98pawf05kd4s8ipvk1pvvdsn1yh978c5an97kz0ck5w";
sha256 = "sha256-5DGKX81wIPAAiLwUmUYECpA3vop94AHHR7WmGXSsQok=";
}, pkgs ? import nixpkgsSource { }
, cargoSha256 ? "sha256-treL2sWPcZ1NBwdab3FOb2FI2wT/Vt9tD4XRfJ8rYWA=", }:
, cargoSha256 ? "sha256-F6UOJZ5oDOZ+80z70A21VzDR0YtmgD0dnEcjPgpicpo=", }:
# we only this file to release a nix package, use flake.nix for development
let
rustPlatform = pkgs.rustPlatform;

View File

@ -128,5 +128,8 @@
};
formatter = pkgs.nixpkgs-fmt;
# You can build this package (the roc CLI) with the `nix build` command.
packages.default = import ./. { inherit pkgs; };
});
}

View File

@ -16,7 +16,10 @@
"pattern": "https://opensource.org"
},
{
"pattern": "https://www.microsoft.com/en-us/research/wp-content/uploads/2016/07/deforestation-short-cut.pdf"
"pattern": "https://www.microsoft.com/en-us/research"
},
{
"pattern": "https://web.eecs.umich.edu"
}
]
}