diff --git a/flake.lock b/flake.lock index 4896a7ca..06500ee7 100644 --- a/flake.lock +++ b/flake.lock @@ -30,11 +30,11 @@ ] }, "locked": { - "lastModified": 1726032244, - "narHash": "sha256-3VvRGPkpBJobQrFD3slQzMAwZlo4/UwxT8933U5tRVM=", + "lastModified": 1726188813, + "narHash": "sha256-Vop/VRi6uCiScg/Ic+YlwsdIrLabWUJc57dNczp0eBc=", "owner": "LnL7", "repo": "nix-darwin", - "rev": "f4f18f3d7229845e1c9d517457b7a0b90a38b728", + "rev": "21fe31f26473c180390cfa81e3ea81aca0204c80", "type": "github" }, "original": { @@ -124,11 +124,11 @@ ] }, "locked": { - "lastModified": 1726036828, - "narHash": "sha256-ZQHbpyti0jcAKnwQY1lwmooecLmSG6wX1JakQ/eZNeM=", + "lastModified": 1726440980, + "narHash": "sha256-ChhIrjtdu5d83W+YDRH+Ec5g1MmM0xk6hJnkz15Ot7M=", "owner": "nix-community", "repo": "home-manager", - "rev": "8a1671642826633586d12ac3158e463c7a50a112", + "rev": "a9c9cc6e50f7cbd2d58ccb1cd46a1e06e9e445ff", "type": "github" }, "original": { @@ -139,11 +139,11 @@ }, "nixpkgs-master": { "locked": { - "lastModified": 1726076206, - "narHash": "sha256-L43VKi6jK5lAadcosAyvOQ/C7DDvpBe3DtJ4L72UXtY=", + "lastModified": 1726511216, + "narHash": "sha256-qXMjny4oUif/N57GSjpmXi7YjLtDKG6M+lGlqiqDMHU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "a2fb8b9c6d09eb0c5cd7b65cf0f4a2d2ad622c7d", + "rev": "94de23383494ead715a1a26b573cf8fefa7b1e32", "type": "github" }, "original": { @@ -171,11 +171,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1726042813, - "narHash": "sha256-LnNKCCxnwgF+575y0pxUdlGZBO/ru1CtGHIqQVfvjlA=", + "lastModified": 1726481836, + "narHash": "sha256-MWTBH4dd5zIz2iatDb8IkqSjIeFum9jAqkFxgHLdzO4=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "159be5db480d1df880a0135ca0bfed84c2f88353", + "rev": "20f9370d5f588fb8c72e844c54511cab054b5f40", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index c10b4eed..398ce15d 100644 --- a/flake.nix +++ b/flake.nix @@ -148,11 +148,6 @@ tweaks = final: _: { # Add temporary overrides here - - # TODO: Remove this once `nixpkgs` has updated to a version that includes - inherit (inputs.nixpkgs-master.legacyPackages.${final.stdenv.system}) - kitty - ; }; }; # }}}