Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.
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-planet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3755455a3758
Choose a base ref
...
head repository: NixOS/nixos-planet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 27cde104b0a6
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Feb 15, 2021

  1. Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    27cde10 View commit details
Showing with 15 additions and 6 deletions.
  1. +5 −2 .github/workflows/cron.yml
  2. +5 −2 .github/workflows/main.yml
  3. +5 −2 .github/workflows/pulls.yml
7 changes: 5 additions & 2 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
@@ -13,8 +13,11 @@ jobs:

- name: Installing Nix
uses: cachix/install-nix-action@v12
with:
nix_path: nixpkgs=channel:nixos-unstable

- name: Install unstable channel
run: |
nix-channel --add https://nixos.org/channels/nixpkgs-unstable
nix-channel --update
- name: Installing nixFlakes
run: |
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -14,8 +14,11 @@ jobs:

- name: Installing Nix
uses: cachix/install-nix-action@v12
with:
nix_path: nixpkgs=channel:nixos-unstable

- name: Install unstable channel
run: |
nix-channel --add https://nixos.org/channels/nixpkgs-unstable
nix-channel --update
- name: Installing nixFlakes
run: |
7 changes: 5 additions & 2 deletions .github/workflows/pulls.yml
Original file line number Diff line number Diff line change
@@ -12,8 +12,11 @@ jobs:

- name: Installing Nix
uses: cachix/install-nix-action@v12
with:
nix_path: nixpkgs=channel:nixos-unstable

- name: Install unstable channel
run: |
nix-channel --add https://nixos.org/channels/nixpkgs-unstable
nix-channel --update
- name: Installing nixFlakes
run: |