diff --git a/flake.lock b/flake.lock index dcc1c4d006bea0576d46645316b481a433d79db3..5e60151c861d283e99e9db8e703834cde3ea0872 100644 --- a/flake.lock +++ b/flake.lock @@ -43,10 +43,8 @@ "type": "github" }, "original": { - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "5148520bfab61f99fd25fb9ff7bfbb50dad3c9db", - "type": "github" + "id": "nixpkgs", + "type": "indirect" } }, "root": { diff --git a/flake.nix b/flake.nix index 495fda6cf14606d2bf777056c1eabd75cf94bb34..b21c53897806032caf5a80af1bcc029ff9234a80 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ inputs = { flake-utils.url = "github:numtide/flake-utils"; nix-filter.url = "github:numtide/nix-filter"; - nixpkgs.url = github:NixOS/nixpkgs/5148520bfab61f99fd25fb9ff7bfbb50dad3c9db; + nixpkgs.url = "nixpkgs"; }; outputs = { self