From 352c970a2cba719c6bd9fea4018c0470caf4d5b7 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Fri, 4 Oct 2019 21:02:48 -0400
Subject: [PATCH] unpin nixpkgs here, see if it helps the overall deployment

come back and explain this if it does :/
---
 nixpkgs.nix | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/nixpkgs.nix b/nixpkgs.nix
index c308629..2888909 100644
--- a/nixpkgs.nix
+++ b/nixpkgs.nix
@@ -1,9 +1,6 @@
 { pkgs ? import <nixpkgs> { } }:
 let
-  nixpkgs = fetchTarball
-  { url = "https://github.com/NixOS/nixpkgs-channels/archive/4557b9f1f50aa813ae673fe6fcd30ca872968947.tar.gz";
-    sha256 = "0cam48cn042axcik9vqxsqjc2hwyb2grjbjxacsn4w0y1zk6k6l2";
-  };
+  nixpkgs = pkgs.path;
   args =
   { overlays = [ (import ./overlays.nix) ];
   };
-- 
GitLab