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": {
"lastModified": 1,
"narHash": "sha256-b3t2blYgmHf/HXc152Fa7+YKJSS05vRnrs8i+H6SWA8=",
"path": "/nix/store/2sqyhzc38g9xzmbzfyd4614bh2lg74qg-source/templates",
"path": "/nix/store/65a27h71mykv14i2bv0yjzyaqp5ckfzq-source/templates",
"type": "path"
},
"original": {
"path": "/nix/store/2sqyhzc38g9xzmbzfyd4614bh2lg74qg-source/templates",
"path": "/nix/store/65a27h71mykv14i2bv0yjzyaqp5ckfzq-source/templates",
"type": "path"
}
},

View file

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