flake: force enable allow-import-from-derivation
This commit is contained in:
parent
df48e17bb0
commit
4ffa6a63e2
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
{
|
{
|
||||||
description = "Infinidoge's NixOS configuration";
|
description = "Infinidoge's NixOS configuration";
|
||||||
|
|
||||||
|
nixConfig = {
|
||||||
|
allow-import-from-derivation = true;
|
||||||
|
};
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
### Nixpkgs ###
|
### Nixpkgs ###
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue