This commit is contained in:
zimbatm 2020-09-12 21:01:27 +02:00
parent d99d0790fa
commit 65d3bd489f
No known key found for this signature in database
GPG Key ID: 71BAF6D40C1D63D7

View File

@ -119,6 +119,10 @@ if [[ -z $format_path ]]; then
abort "missing format. use --help for more details"
fi
if [[ ! -f $format_path ]]; then
abort "format file not found: $format_path"
fi
nix_args+=(
-I "nixos-config=$configuration"
-I "format-config=$format_path"