Nix/.github
regnat 7bd85a3bf6 Use the nix command (and flakes) in the CI
Apart from a slight simplification and a bit of dogfooding, this also
make the cache behavior more predictable.
For example `nix build .` and `nix build nix/$(git rev-parse HEAD)` will
yield the exact same path, while their “intuitive” non-flake equivalents
(`nix-build` and
`nix-build https://github.com/nixos/nix/archives/$(git rev-parse HEAD).tar.gz`)
don’t.

This was a pain for example in https://github.com/NixOS/nix/pull/5059

Also, the `bar-with-logs` log format is imho nicer (even in an
non-interactive context) because prefixing each log line with the name
of the derivation that produced it makes it much easier to follow what’s
going on.
2022-01-26 16:41:37 +01:00
..
ISSUE_TEMPLATE Update issue templates 2020-04-30 15:01:23 +02:00
PULL_REQUEST_TEMPLATE add pull_request_template.md 2021-12-09 14:31:34 -05:00
workflows Use the nix command (and flakes) in the CI 2022-01-26 16:41:37 +01:00
dependabot.yml dependabot: automatically keep github actions up-to-date 2020-06-27 20:37:05 +01:00
STALE-BOT.md throw freenode down the memory hole 2021-05-27 21:48:39 +02:00
stale.yml Auto closing issues/PRs after 1year. 2021-02-08 11:49:07 +01:00