Skip to content

Commit

Permalink
nix/build-tools-overlay.nix: Fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rvl committed Apr 15, 2021
1 parent f5e2c5c commit 3e2ef78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/build-tools-overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pkgs: super: let
} // pkgs.lib.optionalAttrs enableMaterialization {
checkMaterialization = false;
materialized = ./materialized + "/${name}";
} // args);
} // builtins.removeAttrs args ["exe"]);

# A script for updating materialized files
regenerateMaterialized = pkgs.writeShellScriptBin "regenerate-materialized-nix"
Expand Down

0 comments on commit 3e2ef78

Please sign in to comment.