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/nixos-homepage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c8eca148033c
Choose a base ref
...
head repository: NixOS/nixos-homepage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 896c1cd11d3d
Choose a head ref
  • 6 commits
  • 3 files changed
  • 4 contributors

Commits on Jun 4, 2020

  1. Update flake.lock and blogs.xml [ci skip]

    GitHub Actions committed Jun 4, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    picnoir Félix
    Copy the full SHA
    8653aa4 View commit details
  2. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    picnoir Félix
    Copy the full SHA
    7a40dd8 View commit details
  3. Merge pull request #433 from mmahut/patch-1

    commercial-support: add five binaries
    davidak authored Jun 4, 2020
    1
    Copy the full SHA
    d16bb16 View commit details
  4. Create redirect for /nix

    davidak authored Jun 4, 2020
    Copy the full SHA
    9d0a927 View commit details
  5. Merge pull request #440 from NixOS/davidak-patch-1

    Create redirect for /nix
    garbas authored Jun 4, 2020
    1
    Copy the full SHA
    11748ab View commit details
  6. Copy the full SHA
    896c1cd View commit details
Showing with 10 additions and 3 deletions.
  1. +1 −0 commercial-support.tt
  2. +3 −3 flake.lock
  3. +6 −0 netlify.toml
1 change: 1 addition & 0 deletions commercial-support.tt
Original file line number Diff line number Diff line change
@@ -10,6 +10,7 @@

<ul>
<li><a href="https://www.enlambda.com/">Enlambda</a></li>
<li><a href="https://www.fivebinaries.com/">five binaries</a></li>
<li><a href="https://nixos.mayflower.consulting">Mayflower</a></li>
<li><a href="https://nixcloud.io/">nixcloud</a></li>
<li><a href="https://www.numtide.com/">NumTide Ltd</a></li>
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -4,6 +4,12 @@
status = 302
force = true

[[redirects]]
from = "/nix"
to = "/"
status = 302
force = true

[[redirects]]
from = "/nix/download.html"
to = "/download.html"