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-search
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 274e65711a0b
Choose a base ref
...
head repository: NixOS/nixos-search
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 282d0b1e5ac2
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Dec 17, 2020

  1. 1

    Verified

    This commit was signed with the committer’s verified signature.
    yorickvP Yorick
    Copy the full SHA
    282d0b1 View commit details
Showing with 7 additions and 4 deletions.
  1. +3 −2 .github/workflows/cron.yml
  2. +4 −2 .github/workflows/main.yml
5 changes: 3 additions & 2 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
@@ -76,12 +76,13 @@ jobs:
run: |
nix-env -iA nixpkgs.nixFlakes
echo 'experimental-features = nix-command flakes' | sudo tee -a /etc/nix/nix.conf
$HOME/.nix-profile/bin/nix --version
nix --version
cat /etc/nix/nix.conf
echo "$HOME/.nix-profile/bin" >> $GITHUB_PATH
- name: Building import_scripts
run: |
$HOME/.nix-profile/bin/nix build ./#packages.x86_64-linux.import_scripts
nix build ./#packages.x86_64-linux.import_scripts
- name: Import ${{ matrix.channel }} channel
run: |
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -32,14 +32,16 @@ jobs:
echo 'experimental-features = nix-command flakes' | sudo tee -a /etc/nix/nix.conf
nix --version
cat /etc/nix/nix.conf
echo "$HOME/.nix-profile/bin" >> $GITHUB_PATH
- name: Building import_scripts
run: |
$HOME/.nix-profile/bin/nix build ./#packages.x86_64-linux.import_scripts
nix build ./#packages.x86_64-linux.import_scripts
- name: Building search.nixos.org
run: |
$HOME/.nix-profile/bin/nix build ./#packages.x86_64-linux.frontend
nix build ./#packages.x86_64-linux.frontend
mkdir ./dist
cp -RL ./result/* ./dist/