flake: require allow import from derivation

This commit is contained in:
Infinidoge 2024-05-21 01:07:46 -04:00
parent 863867ee4d
commit 018b09e7f1
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -1,5 +1,8 @@
{
description = "Infinidoge's NixOS configuration";
nixConfig = {
allow-import-from-derivation = true;
};
inputs = {
### Nixpkgs ###