aeolus: hardcode subdir path

This commit is contained in:
Guy Chronister
2026-02-14 08:23:46 -06:00
parent 2ad7a28bed
commit 88d4cdcb49
+1 -1
View File
@@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
cfg = ''
# Aeolus system wide default options
# Ignored if ~/.aeolusrc with local options exists
-u -S ${aeolus-stops}/${aeolus-stops.subdir}
-u -S ${aeolus-stops}/share/Aeolus/stops
'';
in
''