Skip to content

Commit c5ba1f1

Browse files
committed
fix: formatting
1 parent d9035b9 commit c5ba1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nixos-anywhere.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@ SSH
10921092
+ optionalLine (systemFeatures != \"\") \"system-features = \${systemFeatures}\"
10931093
" "${flake}#${flakeAttr}")
10941094
1095-
# Write to nix.conf if we have any content
1095+
# Write to nix.conf if we have any content
10961096
if [[ -n ${nixConfContent} ]]; then
10971097
runSsh sh <<SSH
10981098
mkdir -p ~/.config/nix

0 commit comments

Comments
 (0)