clanModules: fix shellcheck errors

This commit is contained in:
RTUnreal
2025-04-09 12:43:29 +02:00
committed by Qubasa
parent ee5957d8ee
commit aad1c347d1
7 changed files with 22 additions and 22 deletions

View File

@@ -12,7 +12,7 @@ in
};
runtimeInputs = [ ];
script = ''
echo -n ${lib.versions.majorMinor config.system.stateVersion} > $out/version
echo -n ${lib.versions.majorMinor config.system.stateVersion} > "$out"/version
'';
};
}