diff --git a/flake.lock b/flake.lock index ff9846b..72934dc 100644 --- a/flake.lock +++ b/flake.lock @@ -53,17 +53,16 @@ "pypi-deps-db": "pypi-deps-db" }, "locked": { - "lastModified": 1635348539, - "narHash": "sha256-SXrwF/KPz8McBN8kN+HTfGphE1hiRSr1mtXSVjPJr8o=", + "lastModified": 1636732295, + "narHash": "sha256-nVHV50D1AqlTIvtZXecUlS5O7BSI2a1ZTmB9x/aMGrc=", "owner": "DavHau", "repo": "mach-nix", - "rev": "98d001727542bb6142d0ab554fc30bd591b07c73", + "rev": "50367a977bb9a1a267e7f12472725ad08c54702f", "type": "github" }, "original": { - "owner": "DavHau", - "repo": "mach-nix", - "type": "github" + "id": "mach-nix", + "type": "indirect" } }, "nixpkgs": { @@ -83,18 +82,17 @@ }, "nixpkgs_2": { "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" } }, "pypi-deps-db": { diff --git a/flake.nix b/flake.nix index 5ede8e5..ebbc4c2 100644 --- a/flake.nix +++ b/flake.nix @@ -2,13 +2,13 @@ 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; }; flake-utils.url = "github:numtide/flake-utils"; - mach-nix.url = "github:DavHau/mach-nix"; + mach-nix.url = "mach-nix"; }; outputs = { self, nixpkgs, flake-utils, mach-nix, ... }: {