diff --git a/flake.lock b/flake.lock index 08f5b72..3ba5741 100644 --- a/flake.lock +++ b/flake.lock @@ -33,18 +33,17 @@ }, "nixpkgs": { "locked": { - "lastModified": 1635336330, - "narHash": "sha256-EPrCZTmuOEY1KLjUCu7rXCBxNemggIFJMDdfEqXQKGo=", - "owner": "nixos", + "lastModified": 1636886446, + "narHash": "sha256-4xsVM2H8CG3d/3V+GqDDLDOmb3kdrugbqKVyrg8Q/zc=", + "owner": "NixOS", "repo": "nixpkgs", - "rev": "51acb65b302551ac7993b437cc6863fe9fa8ae50", + "rev": "5cb226a06c49f7a2d02863d0b5786a310599df6b", "type": "github" }, "original": { - "owner": "nixos", + "id": "nixpkgs", "ref": "nixpkgs-unstable", - "repo": "nixpkgs", - "type": "github" + "type": "indirect" } }, "root": { diff --git a/flake.nix b/flake.nix index 4017c5e..b4b9ff9 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Peer2Peer Nix-Binary-Cache"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; + nixpkgs.url = "nixpkgs/nixpkgs-unstable"; flake-compat = { url = "github:edolstra/flake-compat"; flake = false;