mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-28 16:43:58 +00:00
cf5eb4882e
Consider this Nix expression: let pkgs = import /path/to/nixpkgs { }; in pkgs.resholve.writeScript "mime-construct-binlore-test" { inputs = [ pkgs.swapspace ]; interpreter = "${pkgs.lib.getExe pkgs.bash}"; } '' swapspace --version '' Before this change, that expression would fail to build because resholve would think that swapspace might be able to execute its arguments. This commit fixes that problem. |
||
---|---|---|
.. | ||
default.nix |