chore: statix fix

This commit is contained in:
Harald Hoyer 2026-04-20 10:09:24 +02:00
parent 8ec7cb7794
commit 6d0186eadb
35 changed files with 39 additions and 46 deletions

View file

@ -8,7 +8,7 @@
metacfg = {
user = {
enable = true;
name = config.snowfallorg.user.name;
inherit (config.snowfallorg.user) name;
};
cli-apps = {
bash.enable = true;

View file

@ -8,7 +8,7 @@
metacfg = {
user = {
enable = true;
name = config.snowfallorg.user.name;
inherit (config.snowfallorg.user) name;
};
cli-apps = {
bash.enable = true;

View file

@ -14,7 +14,7 @@
metacfg = {
user = {
enable = true;
name = config.snowfallorg.user.name;
inherit (config.snowfallorg.user) name;
};
cli-apps = {
bash.enable = true;

View file

@ -5,7 +5,7 @@
metacfg = {
user = {
enable = true;
name = config.snowfallorg.user.name;
inherit (config.snowfallorg.user) name;
};
cli-apps = {
bash.enable = true;

View file

@ -5,7 +5,7 @@
metacfg = {
user = {
enable = true;
name = config.snowfallorg.user.name;
inherit (config.snowfallorg.user) name;
};
cli-apps = {
bash.enable = true;

View file

@ -5,7 +5,7 @@
metacfg = {
user = {
enable = true;
name = config.snowfallorg.user.name;
inherit (config.snowfallorg.user) name;
};
cli-apps = {
bash.enable = true;

View file

@ -5,7 +5,7 @@
metacfg = {
user = {
enable = true;
name = config.snowfallorg.user.name;
inherit (config.snowfallorg.user) name;
};
cli-apps = {
bash.enable = true;

View file

@ -8,7 +8,7 @@
metacfg = {
user = {
enable = true;
name = config.snowfallorg.user.name;
inherit (config.snowfallorg.user) name;
};
cli-apps = {
bash.enable = true;