update flake lock, swap off of adb and nixfmt-rfc-style
Some checks failed
Check Nix flake / Perform Nix flake checks (pull_request) Failing after 14m39s

This commit is contained in:
2026-01-16 12:30:30 -05:00
parent 4c6789d7bd
commit 2f76e8b8a5
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 = {