style: run fmt

This commit is contained in:
2026-02-13 10:24:57 +01:00
parent 381b0cec91
commit f7ad1697b0

View File

@@ -64,7 +64,10 @@
"nix-command"
"flakes"
];
trusted-users = [ "root" currentSystemUser ];
trusted-users = [
"root"
currentSystemUser
];
};
nixpkgs.config.packageOverrides = pkgs: {
nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/main.tar.gz") {