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: 394b27d33864
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: 96f6fb467706
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Nov 27, 2020

  1. Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    761cea8 View commit details
  2. run nix-build also on the init

    garbas committed Nov 27, 2020

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    ef17284 View commit details
  3. run make initially

    garbas committed Nov 27, 2020
    Copy the full SHA
    96f6fb4 View commit details
Showing with 5 additions and 2 deletions.
  1. +3 −1 .gitpod.Dockerfile
  2. +2 −1 .gitpod.yml
4 changes: 3 additions & 1 deletion .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
FROM nixos/nix

RUN chown -R 33333:33333 /nix
RUN chown -R 33333:33333 /nix \
&& echo "substituters = https://cache.nixos.org https://cache.nixos.org/ https://nixos-homepage.cachix.org" >> /etc/nix/nix.conf \
&& echo "trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= nixos-homepage.cachix.org-1:NHKBt7NjLcWfgkX4OR72q7LVldKJe/JOsfIWFDAn/tE=" >> /etc/nix/nix.conf
3 changes: 2 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -17,7 +17,8 @@ github:

tasks:
- prebuild: nix-build
init: nix-shell --run "make"
- name: Serving the website
command: nix-shell --run "python run.py"
- openMode: split-left
- openMode: tab-before
command: nix-shell