aboutsummaryrefslogtreecommitdiff
path: root/tests/user-envs.nix
AgeCommit message (Collapse)Author
2020-09-14Escape `${` in strings when printing Nix expressionsregnat
Otherwise the result of the printing can't be parsed back correctly by Nix (because the unescaped `${` will be parsed as the begining of an anti-quotation). Fix #3989
2012-12-04Test prioritiesEelco Dolstra
2009-03-17* Refactoring: renamed *.nix.in to *.nix.Eelco Dolstra