Former-commit-id: d37504de7c
This commit is contained in:
Hadi
2024-10-07 18:34:06 +02:00
parent 27dcbaafa4
commit 26bc2fef9a
12 changed files with 124 additions and 250 deletions
+4 -1
View File
@@ -1,5 +1,8 @@
{ config, ... }: {
nixpkgs.config.allowUnfree = true;
nixpkgs.config = {
allowUnfree = true;
allowBroken = true;
};
nix = {
extraOptions = ''
warn-dirty = false