update flake lock, swap off of adb and nixfmt-rfc-style
Some checks failed
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 9s
Check Nix flake / Perform Nix flake checks (pull_request) Failing after 2m40s

This commit is contained in:
2026-01-16 12:30:30 -05:00
parent 5f8cd26ac8
commit 004ccc4161
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 = {