From a1894166e4daf7eb86f1a8df038e89b4e06ee13c Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 7 Jun 2022 18:45:50 +0200 Subject: [PATCH] meta: allow IFD in nixConfig --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 5da5efc..45ca9e1 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,6 @@ { description = "Private Void system configurations"; + nixConfig.allow-import-from-derivation = true; inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.05-small";