diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2023-08-02 07:47:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-02 07:47:16 +0100 |
commit | a51b0862a127c3a6830ee3d2da79c86fb931de0a (patch) | |
tree | e16bb694e52742c686b1720346e6064f02d2f7c2 /flake.nix | |
parent | Update certifi to 2023.7.22 and pygments to 2.15.1. (#16044) (diff) | |
download | synapse-a51b0862a127c3a6830ee3d2da79c86fb931de0a.tar.xz |
Update `flake.lock` to fix running the nix developer environment on MacOS (#16019)
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix index bacb70f478..e70a41dfc2 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; |