empty_pattern

This commit is contained in:
mjallen18
2026-04-05 14:49:16 -05:00
parent 159ad4cb83
commit 07b1fc3618
12 changed files with 4 additions and 41 deletions

View File

@@ -18,7 +18,6 @@
#
# All attributes intentionally use plain strings / ints so they can be
# interpolated with `toString` or used directly in any context.
{ ... }:
{
network = {
# -----------------------------------------------------------------------

View File

@@ -1,4 +1,3 @@
{ ... }:
let
gitAliases = {
co = "checkout";

View File

@@ -1,4 +1,3 @@
{ ... }:
{
programs.librewolf = {
enable = false;

View File

@@ -1,4 +1,3 @@
{ ... }:
{
# The default value of `programs.password-store.settings` has changed from `{ PASSWORD_STORE_DIR = "$XDG_DATA_HOME/password-store"; }` to `{ }`.
# You are currently using the legacy default (`{ PASSWORD_STORE_DIR = "$XDG_DATA_HOME/password-store"; }`) because `home.stateVersion` is less than "25.11".

View File

@@ -1,4 +1,3 @@
{ ... }:
let
defaultShellAliases = {
l = "ls -alh";

View File

@@ -1,6 +1,3 @@
{
...
}:
{
#services.gnome-keyring.enable = false;
#home.packages = [ pkgs.gcr ];

View File

@@ -1,12 +0,0 @@
{ ... }:
final: prev: {
python3 = prev.python3.override {
packageOverrides = _pyFinal: pyPrev: {
radios = pyPrev.radios.overridePythonAttrs (old: {
nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [ pyPrev.pythonRelaxDepsHook ];
pythonRelaxDeps = [ "pycountry" ];
});
};
};
python3Packages = final.python3.pkgs;
}

View File

@@ -3,13 +3,11 @@
# manual_inherit / manual_inherit_from: very high volume of style suggestions.
# useless_parens: many intentional parentheses for readability.
# empty_pattern: { ... }: is a valid and readable no-arg pattern.
# unquoted_uri: false-positives inside shell heredocs in Nix strings.
disabled = [
"manual_inherit",
"manual_inherit_from",
"useless_parens",
"empty_pattern",
"unquoted_uri",
"empty_pattern", # needed for some overlays
]
# Exclude files where statix's parser fails on complex shell-in-Nix content.

View File

@@ -34,21 +34,9 @@
nix = {
linux-builder = {
enable = false;
config = (
{ ... }:
{
virtualisation.cores = 6;
# environment.etc."ccache.conf".text = ''
# remote_storage: redis://jallen-nas.local:6363
# remote_only: true
# '';
# programs.ccache.cacheDir = "/etc/ccache";
# systemd.tmpfiles.rules = [
# # "d /var/cache/ccache 0770 builder nixbld -"
# "p+ /var/cache/ccache/ccache.conf - - - - /etc/ccache.conf"
# ];
}
);
config = ({
virtualisation.cores = 6;
});
};
};

View File

@@ -1,4 +1,3 @@
{ ... }:
{
services.nix-plist-manager = {
enable = true;

View File

@@ -1,4 +1,3 @@
{ ... }:
{
disko.devices = {
disk = {

View File

@@ -1,4 +1,3 @@
{ ... }:
{
services.lsfg-vk = {
enable = true;