diff options
| author | seth <[email protected]> | 2024-05-31 06:49:24 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-06-01 01:52:42 +0000 |
| commit | c3f803a497cc0212ee361d45f8f4637d2ce1183c (patch) | |
| tree | f3f6f64203439571d8af0c9963c1343006719bd1 | |
| parent | 3bc60d1461aba8e886277c459e6ef14de75628db (diff) | |
flake: nixpkgs-stable 23.11 -> 24.05
| -rw-r--r-- | flake.lock | 8 | ||||
| -rw-r--r-- | flake.nix | 2 |
2 files changed, 5 insertions, 5 deletions
@@ -396,16 +396,16 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1716991068, - "narHash": "sha256-Av0UWCCiIGJxsZ6TFc+OiKCJNqwoxMNVYDBChmhjNpo=", + "lastModified": 1717144377, + "narHash": "sha256-F/TKWETwB5RaR8owkPPi+SPJh83AQsm6KrQAlJ8v/uA=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "25cf937a30bf0801447f6bf544fc7486c6309234", + "rev": "805a384895c696f802a9bf5bf4720f37385df547", "type": "github" }, "original": { "id": "nixpkgs", - "ref": "nixos-23.11", + "ref": "nixos-24.05", "type": "indirect" } }, @@ -38,7 +38,7 @@ inputs = { nixpkgs.url = "nixpkgs/nixos-unstable"; - nixpkgs-stable.url = "nixpkgs/nixos-23.11"; + nixpkgs-stable.url = "nixpkgs/nixos-24.05"; nix-darwin = { url = "github:LnL7/nix-darwin"; inputs.nixpkgs.follows = "nixpkgs"; |
