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: c19f42ac0011
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: 69baa00b313e
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Nov 27, 2020

  1. Copy the full SHA
    69baa00 View commit details
Showing with 26 additions and 0 deletions.
  1. +3 −0 .gitpod.Dockerfile
  2. +23 −0 .gitpod.yml
3 changes: 3 additions & 0 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM nixos/nix

RUN chown -R 33333:33333 /nix
23 changes: 23 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
image:
file: .gitpod.Dockerfile

vscode:
extensions:
- jnoortheen.nix-ide@0.1.3:ktd+weA1+YmzUARN482ZjA==

ports:
- port: 8000
onOpen: open-preview

github:
prebuilds:
master: true
branches: true
pullRequests: true

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