This repository has been archived on 2025-10-08. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
nixos-config/users/template/packages/default.nix

5 lines
59 B
Nix

{ lib }:
{
allowUnfree = false;
allowBroken = false;
}