Nix : Add --refresh for live build.
This commit is contained in:
parent
a102226288
commit
fe58424edb
|
@ -59,7 +59,7 @@ alias tmpshell="nix_tmpshell"
|
||||||
|
|
||||||
# Build live image.
|
# Build live image.
|
||||||
function nixos_live() {
|
function nixos_live() {
|
||||||
nix build "${_nix_system_config}#nixosConfigurations.live.config.system.build.isoImage"
|
nix build "${_nix_system_config}#nixosConfigurations.live.config.system.build.isoImage" --refresh
|
||||||
}
|
}
|
||||||
|
|
||||||
# List nixos generations.
|
# List nixos generations.
|
||||||
|
|
Loading…
Reference in a new issue