FX upDATE
This commit is contained in:
parent
066f568a53
commit
ea0a8e4c0e
@ -174,8 +174,11 @@
|
|||||||
|
|
||||||
install = pkgs.writeShellApplication {
|
install = pkgs.writeShellApplication {
|
||||||
name = "install";
|
name = "install";
|
||||||
runtimeInputs = with pkgs; [git busybox gum ];
|
runtimeInputs = with pkgs; [git busybox gum];
|
||||||
text = ''${./install.sh} "$@"'';
|
text = ''
|
||||||
|
chmod +x ${./install.sh}
|
||||||
|
${./install.sh} "$@"
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user