fix: allow unfree packages to resolve VS Code build failure
- Add 'nixpkgs.config.allowUnfree = true' to core/system/default.nix for global NixOS configuration. - Add 'nixpkgs.config.allowUnfree = true' to features/default.nix for Home Manager package set. - This resolves evaluation errors when VS Code is included in the build.
This commit is contained in:
@@ -19,4 +19,6 @@
|
||||
];
|
||||
|
||||
time.timeZone = lib.mkDefault config.nomarchy.system.timezone;
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
}
|
||||
|
||||
@@ -44,6 +44,8 @@ in
|
||||
|
||||
colorScheme = lib.mkDefault (nomarchyLib.getColorScheme config.nomarchy.theme);
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# Enable neovim program module (required for stylix integration)
|
||||
programs.neovim.enable = lib.mkDefault true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user