molybdenumsoftware / pr-tracker

A system for finding out which branches a GitHub pull request landed in
4 stars 0 forks source link

fix(flake): nixos modules do not use systemd environment #122

Closed mightyiam closed 4 months ago

mightyiam commented 4 months ago

Turns out that systemd "supports" expansion in environment variables. This might confuse our users. It did cost us an hour or so.

closes #121

BREAKING CHANGE: if you were using systemd's "unit specifiers" in environment variables, that won't work any more.

Co-authored-by: Jeremy Fleischman jeremyfleischman@gmail.com