From 5ac52234c81582d9bd7a1cd2570f8ee4b136ef96 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Sat, 1 Dec 2018 10:34:26 -0500 Subject: [PATCH] Revert "Revert "Change to nixos-unstable"" This reverts commit befa1873cc02a050cc1cf597f95a3001c59382fd. --- nix/nixpkgs.json | 6 +++--- nix/update-nixpkgs.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nix/nixpkgs.json b/nix/nixpkgs.json index 5b93d06..b413573 100644 --- a/nix/nixpkgs.json +++ b/nix/nixpkgs.json @@ -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 } diff --git a/nix/update-nixpkgs.sh b/nix/update-nixpkgs.sh index b8fdd37..0bb858a 100755 --- a/nix/update-nixpkgs.sh +++ b/nix/update-nixpkgs.sh @@ -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