Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixops
base: b4c38dfe5222
Choose a base ref
...
head repository: NixOS/nixops
compare: 8262e7d9343c
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 12, 2020

  1. ci: init

    This adds a `ci.nix` which is able to generate a `ci.yml` for use with
    github actions.
    Usage: `nix-build ci.nix --no-out-link | bash`
    
    The main idea behind generating the yaml with nix, as opposed to just
    writing yaml, is that Nix is easier to write and maintain. It would've
    taken a lot more copy-paste to achieve the same done here in raw gh
    actions yaml.
    lovesegfault committed Mar 12, 2020
    Copy the full SHA
    501264c View commit details
    Browse the repository at this point in the history
  2. ci: nuke travis

    lovesegfault committed Mar 12, 2020
    Copy the full SHA
    bbcac8a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8262e7d View commit details
    Browse the repository at this point in the history