diff --git a/flake.lock b/flake.lock index 7706573..926fd92 100644 --- a/flake.lock +++ b/flake.lock @@ -199,16 +199,15 @@ "nixpkgs": "nixpkgs_4" }, "locked": { - "lastModified": 1649619611, + "lastModified": 1649646064, "narHash": "sha256-WNMY7ey/B3ZVRpEK0K9cUOxgYSbhPCrZ5jbPwlkT/Y8=", - "owner": "Mic92", + "owner": "ryantm", "repo": "nixpkgs-update", - "rev": "982fddd51a19251b57ec98c8c5018d3f220b426f", + "rev": "80c6338309d0c18e8f101bcbd14846dabde85931", "type": "github" }, "original": { - "owner": "Mic92", - "ref": "build-fixes", + "owner": "ryantm", "repo": "nixpkgs-update", "type": "github" } diff --git a/flake.nix b/flake.nix index 196be17..7526816 100644 --- a/flake.nix +++ b/flake.nix @@ -5,8 +5,7 @@ #nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small"; # https://github.com/NixOS/nixpkgs/pull/168186 nixpkgs.url = "github:Mic92/nixpkgs/gidgethub"; - #nixpkgs-update.url = "github:ryantm/nixpkgs-update"; - nixpkgs-update.url = "github:Mic92/nixpkgs-update/build-fixes"; + nixpkgs-update.url = "github:ryantm/nixpkgs-update"; nixpkgs-update-github-releases.url = "github:ryantm/nixpkgs-update-github-releases"; nixpkgs-update-github-releases.flake = false; nixpkgs-update-pypi-releases.url = "github:ryantm/nixpkgs-update-pypi-releases";