1
0
dotfiles/shared/default.nix

12 lines
172 B
Nix

{ ... }:
{
nixpkgs = {
config = {
allowUnfree = true;
allowBroken = true;
allowInsecure = false;
allowUnsupportedSystem = true;
};
};
}