update build
This commit is contained in:
parent
946d091385
commit
33c2a6cf92
4 changed files with 11 additions and 2 deletions
BIN
xrsh.com
BIN
xrsh.com
Binary file not shown.
|
@ -1 +1 @@
|
|||
ae3ef6b0f5cedc80f61c1203febf3fd002b628f3998c23d6e74d17ca81fb6f8b xrsh.com
|
||||
e05212c68b16ff502dddd30e95d61a8f89e66d2a59ba09ebe377b83d099d91ca xrsh.com
|
||||
|
|
2
xrsh.js
2
xrsh.js
|
@ -3233,7 +3233,7 @@ ISOTerminal.prototype.bootMenu = function(e){
|
|||
this.boot.menu.map( (m) => {
|
||||
msg += `\r[36m ${m.key})[0m ${m.title(this.opts)}\n`
|
||||
})
|
||||
msg += `\n\r enter choice> `
|
||||
if( this.boot.menu.length ) msg += `\n\r enter choice> `
|
||||
this.send(msg)
|
||||
}
|
||||
|
||||
|
|
9
xrsh.nix.log
Normal file
9
xrsh.nix.log
Normal file
|
@ -0,0 +1,9 @@
|
|||
env-vars:
|
||||
CHANNEL=nixpkgs
|
||||
CMD=nix-build
|
||||
channels:
|
||||
nixos https://nixos.org/channels/nixos-24.05
|
||||
nixos-22.11 https://nixos.org/channels/nixos-22.11
|
||||
nixos-24.05 https://nixos.org/channels/nixos-24.05
|
||||
nixos-unstable https://nixos.org/channels/nixos-unstable
|
||||
/nix/store/p3314mbnga40x8sdmfx1xzc0cdbqvf50-xrsh-0.221
|
Loading…
Add table
Reference in a new issue