meta: allow IFD in nixConfig
This commit is contained in:
parent
e847db9dc0
commit
a1894166e4
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
description = "Private Void system configurations";
|
description = "Private Void system configurations";
|
||||||
|
nixConfig.allow-import-from-derivation = true;
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.05-small";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.05-small";
|
||||||
|
|
Loading…
Reference in a new issue