Update pkgs/tools/misc/ix/default.nix
Co-authored-by: Artturi <Artturin@artturin.com>
This commit is contained in:
parent
08d96609a7
commit
655f414aae
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ resholve.mkDerivation {
|
|||
|
||||
solutions.default = {
|
||||
scripts = [ "bin/ix" ];
|
||||
interpreter = "${lib.getBin bash}/bin/bash";
|
||||
interpreter = "${lib.getExe bash}";
|
||||
inputs = [ curl ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue