Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit a51b086

Browse files
Update flake.lock to fix running the nix developer environment on MacOS (#16019)
1 parent 8fe1fd9 commit a51b086

File tree

3 files changed

+42
-23
lines changed

3 files changed

+42
-23
lines changed

changelog.d/16019.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix building the nix development environment on MacOS systems.

flake.lock

Lines changed: 39 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939

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

0 commit comments

Comments
 (0)