diff --git a/flake.lock b/flake.lock index 3520c5cb..2e9bab01 100644 --- a/flake.lock +++ b/flake.lock @@ -152,16 +152,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1784553897, - "narHash": "sha256-szGR07E/UiAxen8/dXg/HuStmkx3gkTIQK4FEYlXJLs=", - "owner": "imincik", + "lastModified": 1785090369, + "narHash": "sha256-m0pDuRJG7EDo9ri+4Ksu83VsI+PlxNC9lNBfydejce4=", + "owner": "NixOS", "repo": "nixpkgs", - "rev": "ed97170327d872d25e348a4ada885bf7983493f3", + "rev": "624af665418d3c65d544145b4d34ad696439570e", "type": "github" }, "original": { - "owner": "imincik", - "ref": "nixos-unstable+pr-540857", + "owner": "NixOS", + "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index d14da43d..77bbee31 100644 --- a/flake.nix +++ b/flake.nix @@ -9,11 +9,7 @@ }; inputs = { - # Rervert nixpkgs URL back to the official repo once - # https://github.com/NixOS/nixpkgs/pull/540857 - # is merged and is present in nixos-unstable branch. - # nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; - nixpkgs.url = "github:imincik/nixpkgs/nixos-unstable+pr-540857"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; flake-parts.url = "github:hercules-ci/flake-parts"; import-tree.url = "github:vic/import-tree";