Update flake.lock to fix running the nix developer environment on MacOS (#16019)

This commit is contained in:
Andrew Morgan
2023-08-02 07:47:16 +01:00
committed by GitHub
parent 8fe1fd906a
commit a51b0862a1
3 changed files with 42 additions and 23 deletions

View File

@@ -39,8 +39,8 @@
{
inputs = {
# Use the master/unstable branch of nixpkgs. The latest stable, 22.11,
# does not contain 'perl536Packages.NetAsyncHTTP', needed by Sytest.
# Use the master/unstable branch of nixpkgs. Used to fetch the latest
# available versions of packages.
nixpkgs.url = "github:NixOS/nixpkgs/master";
# Output a development shell for x86_64/aarch64 Linux/Darwin (MacOS).
systems.url = "github:nix-systems/default";