update flake lock, swap off of adb and nixfmt-rfc-style

This commit is contained in:
2026-01-16 12:30:30 -05:00
parent 21fe5efd26
commit aa945446a6
5 changed files with 55 additions and 54 deletions

View File

@@ -171,7 +171,7 @@
inherit lib; # for allowing use of custom functions in nix repl
hydraJobs = import ./hydra/jobs.nix { inherit inputs outputs systems; };
formatter = forEachSystem (system: nixpkgs.legacyPackages.${system}.nixfmt-rfc-style);
formatter = forEachSystem (system: nixpkgs.legacyPackages.${system}.nixfmt);
nixosConfigurations = genSystems inputs outputs src (src + "/systems");
homeConfigurations = {