Former-commit-id: d37504de7c
This commit is contained in:
Hadi
2024-10-07 18:34:06 +02:00
parent 21ed46cd7c
commit 97e2c915cd
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