update build
Some checks failed
/ mirror_to_github (push) Failing after 3m6s
/ test (push) Successful in 14s

This commit is contained in:
Leon van Kammen 2025-02-10 20:02:43 +01:00
parent 946d091385
commit 33c2a6cf92
4 changed files with 11 additions and 2 deletions

BIN
xrsh.com

Binary file not shown.

View file

@ -1 +1 @@
ae3ef6b0f5cedc80f61c1203febf3fd002b628f3998c23d6e74d17ca81fb6f8b xrsh.com
e05212c68b16ff502dddd30e95d61a8f89e66d2a59ba09ebe377b83d099d91ca xrsh.com

View file

@ -3233,7 +3233,7 @@ ISOTerminal.prototype.bootMenu = function(e){
this.boot.menu.map( (m) => {
msg += `\r ${m.key}) ${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
View 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