From fae19b5ee7eedd9c9cf054791fa724bc624fbb21 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Tue, 4 Sep 2018 22:34:33 +0200 Subject: Hopefully fix the spec.nix file --- spec.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec.nix b/spec.nix index 47bdb8e..e9312fe 100644 --- a/spec.nix +++ b/spec.nix @@ -1,7 +1,7 @@ -{ nixpkgs ? import , declInput }: +{ nixpkgs ? , declInput }: let - pkgs = nixpkgs { + pkgs = import nixpkgs { config = {}; }; in { -- cgit v1.2.3