system.gurb: fix efishell

This commit is contained in:
2024-02-04 11:37:36 +08:00
parent 13b0c77e7a
commit a07800192d
2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View File

@@ -1429,11 +1429,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1706959166,
"narHash": "sha256-vEbBSmakksQN+Ho7FHDWeoTpfOZRthhOWOysYD9nf5g=",
"lastModified": 1707017659,
"narHash": "sha256-FZ3Q2WARF/hF9xvNvHnpg0fw7R8XdgvNMhb24ZYUQwc=",
"owner": "CHN-beta",
"repo": "nixpkgs",
"rev": "910dd75760e1fea2a6e78d567adc7f1a7c309038",
"rev": "aa42cddc25be43252a175c369ad07aafc38db2a1",
"type": "github"
},
"original": {

View File

@@ -72,7 +72,7 @@ inputs:
menuentry "UEFI Shell" {
insmod fat
insmod chain
chainloader /shell.efi
chainloader @bootRoot@/shell.efi
}
''
)