Allow import from derivation

This commit is contained in:
Mikael Voss 2024-08-07 15:17:25 +02:00
parent fb52571c41
commit 898576fbaf
No known key found for this signature in database

View file

@ -22,6 +22,10 @@
};
};
nixConfig = {
allow-import-form-derivation = true;
};
outputs = { self, nixpkgs, home-manager, ... }@inputs:
let
inherit (nixpkgs) lib;