diff --git a/flake.lock b/flake.lock index 4ab3227..42ea3b1 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1761672384, - "narHash": "sha256-o9KF3DJL7g7iYMZq9SWgfS1BFlNbsm6xplRjVlOCkXI=", + "lastModified": 1771369470, + "narHash": "sha256-0NBlEBKkN3lufyvFegY4TYv5mCNHbi5OmBDrzihbBMQ=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "08dacfca559e1d7da38f3cf05f1f45ee9bfd213c", + "rev": "0182a361324364ae3f436a63005877674cf45efb", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index db67995..4989e20 100644 --- a/flake.nix +++ b/flake.nix @@ -15,16 +15,16 @@ forAllSystems = (f: nixpkgs.lib.genAttrs supportedSystems (system: - f nixpkgs.legacyPackages.${system} + f nixpkgs.legacyPackages.${system} system ) ); in { packages = forAllSystems ( - pkgs: + pkgs: system: let - inherit (pkgs) lib system; + inherit (pkgs) lib; dsearchVersion = "0.2.0"; in {