My Nix Configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

[defaultConfig] fix nix config

dish e3fe0e59 0c0240ba

+2 -2
+2 -2
nixosModules/default-config/nixConfig.nix
··· 42 42 "flakes" 43 43 # Nix3 CLI 44 44 "nix-command" 45 - # Disallow URL Literals as they are deprecated 46 - "no-url-literals" 47 45 ]; 48 46 # Build from source if substitution fails 49 47 fallback = true; ··· 58 56 keep-going = true; 59 57 # More direnv gc root stuff 60 58 keep-outputs = true; 59 + # Deprecate URL Literals 60 + lint-url-literals = "fatal"; 61 61 log-lines = 20; 62 62 # Limit the max amount of builds 63 63 max-jobs = lib.mkDefault 4;