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/ofborg
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8772e2b4a9ca
Choose a base ref
...
head repository: NixOS/ofborg
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8ea6d11fdf59
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Dec 1, 2018

  1. Change to nixos-unstable

    grahamc committed Dec 1, 2018

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    grahamc Graham Christensen
    Copy the full SHA
    8ea6d11 View commit details
Showing with 4 additions and 4 deletions.
  1. +3 −3 nix/nixpkgs.json
  2. +1 −1 nix/update-nixpkgs.sh
6 changes: 3 additions & 3 deletions nix/nixpkgs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"url": "https://github.com/nixos/nixpkgs-channels.git",
"rev": "3a393eecafb3fcd9db5ff94783ddab0c55d15860",
"date": "2018-11-25T02:38:57+01:00",
"sha256": "1r7pycxxjcz3idyl35am4b4rdh4h5srd5r7w8msy2sc1sv830r30",
"rev": "80738ed9dc0ce48d7796baed5364eef8072c794d",
"date": "2018-11-17T11:18:10+01:00",
"sha256": "0anmvr6b47gbbyl9v2fn86mfkcwgpbd5lf0yf3drgm8pbv57c1dc",
"fetchSubmodules": false
}
2 changes: 1 addition & 1 deletion nix/update-nixpkgs.sh
Original file line number Diff line number Diff line change
@@ -2,4 +2,4 @@
#!nix-shell -i bash -p nix-prefetch-git

nix-prefetch-git https://github.com/nixos/nixpkgs-channels.git \
--rev refs/heads/nixpkgs-unstable > ./nix/nixpkgs.json
--rev refs/heads/nixos-unstable > ./nix/nixpkgs.json