Unverified Commit 88d4cdcb authored by Guy Chronister's avatar Guy Chronister
Browse files

aeolus: hardcode subdir path

parent 2ad7a28b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
    ''