diff --git a/flake.nix b/flake.nix index a93f72e..805ac78 100644 --- a/flake.nix +++ b/flake.nix @@ -12,7 +12,7 @@ nixpkgs, flake-utils, }: - nixpkgs.lib.mergeAttrs + nixpkgs.lib.recursiveUpdate ( let hashesFile = builtins.fromJSON (builtins.readFile ./hashes.json); @@ -162,4 +162,4 @@ inherit self nixpkgs flake-utils; } ); -} +} \ No newline at end of file