mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 19:49:45 +01:00
home-manager: improve the generation timestamp format
This commit is contained in:
parent
9d3d7426aa
commit
a9dc7fa7cc
1 changed files with 2 additions and 2 deletions
|
@ -157,9 +157,9 @@ function doSwitch() {
|
||||||
|
|
||||||
function doListGens() {
|
function doListGens() {
|
||||||
pushd "/nix/var/nix/profiles/per-user/$USER" > /dev/null
|
pushd "/nix/var/nix/profiles/per-user/$USER" > /dev/null
|
||||||
ls --color=yes -gG --sort time home-manager-*-link \
|
ls --color=yes -gG --time-style=long-iso --sort time home-manager-*-link \
|
||||||
| cut -d' ' -f 4- \
|
| cut -d' ' -f 4- \
|
||||||
| sed -E 's/home-manager-([[:digit:]]*)-link/id \1/'
|
| sed -E 's/home-manager-([[:digit:]]*)-link/: id \1/'
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue