Allow insecure nix on franz
This commit is contained in:
parent
faa9747d05
commit
d0ae7b1f22
1 changed files with 7 additions and 0 deletions
|
@ -16,4 +16,11 @@ in {
|
||||||
source = ../rsc/docker/franz;
|
source = ../rsc/docker/franz;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
|
nixpkgs = {
|
||||||
|
config = {
|
||||||
|
permittedInsecurePackages = [
|
||||||
|
"nix-2.15.3"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue