fix: broken nix shell starfish module removed
This commit is contained in:
parent
444fb0411c
commit
de20ed407e
|
@ -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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue