Update pkgs/tools/misc/ix/default.nix

Co-authored-by: Artturi <Artturin@artturin.com>
This commit is contained in:
Peter Hoeg 2022-07-21 12:52:42 +08:00
parent 08d96609a7
commit 655f414aae

View file

@ -23,7 +23,7 @@ resholve.mkDerivation {
solutions.default = {
scripts = [ "bin/ix" ];
interpreter = "${lib.getBin bash}/bin/bash";
interpreter = "${lib.getExe bash}";
inputs = [ curl ];
};