From bb066a3cd03209042c660e933029423ec03715b6 Mon Sep 17 00:00:00 2001 From: dadada Date: Sat, 2 Jan 2021 10:35:29 +0100 Subject: [PATCH] Fix import of pkgs in deploy.nix --- deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy b/deploy index c7dcd18..c783cfa 100755 --- a/deploy +++ b/deploy @@ -29,7 +29,7 @@ let dadada = import (builtins.fetchTarball { url = ${url}; sha256 = "${sha256}"; - }) {}; + }) { inherit pkgs; }; in { imports = [ ./hardware-configuration.nix