From e62e28ffb178492416e78eeea75da7f15d590c22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 4 May 2021 17:30:16 +0200 Subject: [PATCH] fix: import nixpkgs-unstable correctly --- systems/wilde/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/wilde/configuration.nix b/systems/wilde/configuration.nix index 13f10cd..00e30f6 100644 --- a/systems/wilde/configuration.nix +++ b/systems/wilde/configuration.nix @@ -1,6 +1,6 @@ { config, pkgs, lib, ... }: let - nixpkgs-unstable = import {}; + nixpkgs-unstable = import { config.allowUnfree = true; }; in { imports = [