fix: add mkDefault to all components

This commit is contained in:
Ranomier 2025-09-12 23:35:01 +02:00
parent b005f8d831
commit 67f2ce05b9
6 changed files with 13 additions and 13 deletions

View file

@ -1,6 +1,6 @@
# This loads some nix and nixpkgs specific settints
# i often need
{lib, pkgs, ...}: {
{lib, ...}: {
# Disable if you don't want unfree packages
nixpkgs.config.allowUnfree = lib.mkDefault true;