diff --git a/flake.lock b/flake.lock index 9462388..09ec62a 100644 --- a/flake.lock +++ b/flake.lock @@ -83,29 +83,16 @@ "type": "github" } }, - "nixpkgs_2": { - "locked": { - "lastModified": 1697723726, - "narHash": "sha256-SaTWPkI8a5xSHX/rrKzUe+/uVNy6zCGMXgoeMb7T9rg=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "7c9cc5a6e5d38010801741ac830a3f8fd667a7a0", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, "root": { "inputs": { "flake-compat": "flake-compat", "flake-utils": "flake-utils", "nix-filter": "nix-filter", "nix-index-database": "nix-index-database", - "nixpkgs": "nixpkgs_2" + "nixpkgs": [ + "nix-index-database", + "nixpkgs" + ] } }, "systems": { diff --git a/flake.nix b/flake.nix index 8af9971..68f6079 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,7 @@ flake-utils.url = "github:numtide/flake-utils"; nix-filter.url = "github:numtide/nix-filter"; nix-index-database.url = "github:Mic92/nix-index-database"; - nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + nixpkgs.follows = "nix-index-database/nixpkgs"; }; outputs = { self, nixpkgs, flake-utils, ... }: