Skip to content

Commit 77bc7b8

Browse files
committed
flake: fix build
1 parent 9c84b97 commit 77bc7b8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

flake.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,10 @@
264264
pkgs = pkgs.writeText "pkgs.nix" /* nix */ ''
265265
(import ${nixpkgs}) {
266266
system = "x86_64-linux";
267-
config.allowBroken = true;
267+
config = {
268+
allowBroken = true;
269+
allowSrcEvalForDrvMeta = true;
270+
};
268271
}
269272
'';
270273
};

0 commit comments

Comments
 (0)