fix: broken nix shell starfish module removed

This commit is contained in:
Patrick Großmann 2023-03-06 18:17:34 +09:00
parent 444fb0411c
commit de20ed407e
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
2 changed files with 7 additions and 7 deletions

View file

@ -188,11 +188,11 @@
"locked": { "locked": {
"lastModified": 1, "lastModified": 1,
"narHash": "sha256-b3t2blYgmHf/HXc152Fa7+YKJSS05vRnrs8i+H6SWA8=", "narHash": "sha256-b3t2blYgmHf/HXc152Fa7+YKJSS05vRnrs8i+H6SWA8=",
"path": "/nix/store/2sqyhzc38g9xzmbzfyd4614bh2lg74qg-source/templates", "path": "/nix/store/65a27h71mykv14i2bv0yjzyaqp5ckfzq-source/templates",
"type": "path" "type": "path"
}, },
"original": { "original": {
"path": "/nix/store/2sqyhzc38g9xzmbzfyd4614bh2lg74qg-source/templates", "path": "/nix/store/65a27h71mykv14i2bv0yjzyaqp5ckfzq-source/templates",
"type": "path" "type": "path"
} }
}, },

View file

@ -15,11 +15,11 @@
]; ];
right_format = lib.concatStrings [ right_format = lib.concatStrings [
"$nix_shell" #"$nix_shell"
"( $cmd_duration)" "( $cmd_duration)"
"$status" "( $status)"
"$jobs" "( $jobs)"
" $time" "$time"
]; ];
username = { username = {
@ -69,7 +69,7 @@
nix_shell = { nix_shell = {
heuristic = true; heuristic = true;
format = "[$symbol$state( \($name\))]($style)"; format = "[$symbol( \($name\))]($style)";
}; };
cmd_duration = { cmd_duration = {