diff options
author | Puck Meerburg <puck@puckipedia.com> | 2024-03-08 19:51:26 +0000 |
---|---|---|
committer | Puck Meerburg <puck@puckipedia.com> | 2024-03-08 23:59:01 +0000 |
commit | 80b79d01379919e67b2801ad256f5ec8d6168df4 (patch) | |
tree | 7e9142d653712ab9a0ad5c4087c741f5de4e57c0 /flake.lock | |
parent | a3eba9d717b2c1604ec1e1af6c73506acae9f69a (diff) |
flake.nix: upgrade to nixos-23.11
This also bypasses the Objective-C fork safety during tests.
Change-Id: I92bf9f911e8a1fbd32eae13255f9a9dabde40b21
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/flake.lock b/flake.lock index e5e576b8a..e81241610 100644 --- a/flake.lock +++ b/flake.lock @@ -18,16 +18,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1704018918, - "narHash": "sha256-erjg/HrpC9liEfm7oLqb8GXCqsxaFwIIPqCsknW5aFY=", + "lastModified": 1709884566, + "narHash": "sha256-NSYJg2sfdO/XS3L8XN/59Zhzn0dqWm7XtVnKI2mHq3w=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "2c9c58e98243930f8cb70387934daa4bc8b00373", + "rev": "2be119add7b37dc535da2dd4cba68e2cf8d1517e", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-23.05-small", + "ref": "nixos-23.11-small", "repo": "nixpkgs", "type": "github" } |