mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-04 20:02:10 +02:00
Update
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
{ config, ... }: {
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
allowBroken = true;
|
||||
};
|
||||
nix = {
|
||||
extraOptions = ''
|
||||
warn-dirty = false
|
||||
|
||||
Reference in New Issue
Block a user