fix statix checks

This commit is contained in:
2024-08-22 13:11:40 +03:00
parent 1535dc60fb
commit d899f10006
3 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
...
}:
let
username = config.mj.username;
inherit (config.mj) username;
firefox =
if (pkgs.stdenv.hostPlatform.system == "x86_64-linux") then pkgs.firefox-bin else pkgs.firefox;
in