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: 2454e89633b6
Choose a base ref
...
head repository: NixOS/nixops
compare: ea36a8e3eac7
Choose a head ref
  • 11 commits
  • 8 files changed
  • 2 contributors

Commits on Jun 10, 2020

  1. Introduce flake.nix!

    This project can however still be built with the stable Nix since they
    are a compatibility function in the `default.nix` file.
    nlewo authored and adisbladis committed Jun 10, 2020
    Copy the full SHA
    10ab6bc View commit details
    Browse the repository at this point in the history
  2. flake.nix: Use projectDir

    adisbladis committed Jun 10, 2020
    Copy the full SHA
    8a3169c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    624f2cd View commit details
    Browse the repository at this point in the history
  4. ci: Use nix-build without release.nix

    release.nix will no longer be used with flakes.
    adisbladis committed Jun 10, 2020
    Copy the full SHA
    023f241 View commit details
    Browse the repository at this point in the history
  5. Remove release.nix

    And all docs references to it.
    adisbladis committed Jun 10, 2020
    Copy the full SHA
    8037025 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    bd3069c View commit details
    Browse the repository at this point in the history
  7. github actions: Fetch full history

    So nix flakes compat can use builtins.fetchGit
    adisbladis committed Jun 10, 2020
    Copy the full SHA
    5373e69 View commit details
    Browse the repository at this point in the history
  8. Pin flake-compat

    nlewo committed Jun 10, 2020
    Copy the full SHA
    5a36c7b View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Copy the full SHA
    e09a470 View commit details
    Browse the repository at this point in the history
  2. flake.nix: Remove nixFlakes from dev-shell

    Having the nix command guarded under the experimental flag is annoying.
    adisbladis committed Jun 11, 2020
    Copy the full SHA
    c90872e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1364 from nlewo/flake

    Introduce flake.nix!
    adisbladis committed Jun 11, 2020
    Copy the full SHA
    ea36a8e View commit details
    Browse the repository at this point in the history