diff --git a/flake.lock b/flake.lock index aad4ca12..0982f663 100644 --- a/flake.lock +++ b/flake.lock @@ -46,17 +46,16 @@ ] }, "locked": { - "lastModified": 1726032244, - "narHash": "sha256-3VvRGPkpBJobQrFD3slQzMAwZlo4/UwxT8933U5tRVM=", + "lastModified": 1727003835, + "narHash": "sha256-Cfllbt/ADfO8oxbT984MhPHR6FJBaglsr1SxtDGbpec=", "owner": "lnl7", "repo": "nix-darwin", - "rev": "f4f18f3d7229845e1c9d517457b7a0b90a38b728", + "rev": "bd7d1e3912d40f799c5c0f7e5820ec950f1e0b3d", "type": "github" }, "original": { "owner": "lnl7", "repo": "nix-darwin", - "rev": "f4f18f3d7229845e1c9d517457b7a0b90a38b728", "type": "github" } }, diff --git a/flake.nix b/flake.nix index b7627784..3548db03 100644 --- a/flake.nix +++ b/flake.nix @@ -13,9 +13,8 @@ inputs.nixpkgs.follows = "nixpkgs"; }; nur.url = "github:nix-community/NUR"; - # TEMP: pin nix-darwin due to https://github.com/LnL7/nix-darwin/issues/1082 darwin = { - url = "github:lnl7/nix-darwin/f4f18f3d7229845e1c9d517457b7a0b90a38b728"; + url = "github:lnl7/nix-darwin"; inputs.nixpkgs.follows = "nixpkgs"; }; jetbrains-updater = {