about summary refs log tree commit diff
path: root/website/sandbox/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2020-07-02 Prefer builtins.pathWilliam Carroll1-1/+1
Thanks to the Nix anti-patterns documented here... https://nix.dev/anti-patterns/language.html#reproducability-referencing-top-level-directory-with ...I'm cleaning up some of my Nix expressions. Read the article for more context.
2020-03-20 Move sandbox into websiteWilliam Carroll1-0/+13
Nest the sandbox work under ./website.