This commit is contained in:
Hadi
2024-10-07 18:34:06 +02:00
parent 8a41ffad2f
commit d37504de7c
13 changed files with 124 additions and 251 deletions

View File

@@ -1,5 +1,8 @@
{ config, ... }: {
nixpkgs.config.allowUnfree = true;
nixpkgs.config = {
allowUnfree = true;
allowBroken = true;
};
nix = {
extraOptions = ''
warn-dirty = false