treewide: fmt

This commit is contained in:
Harsh Shandilya 2024-01-28 20:00:18 +05:30
parent d8672c5940
commit 1aac97d906
2 changed files with 2 additions and 3 deletions

View File

@ -34,7 +34,7 @@
packages = eachSystem (system: packagesFn pkgs.${system});
overlays.default = final: prev: packagesFn prev;
githubActions = nix-github-actions.lib.mkGithubMatrix {
checks = nixpkgs.lib.getAttrs [ "x86_64-linux" ] self.packages;
checks = nixpkgs.lib.getAttrs ["x86_64-linux"] self.packages;
};
};
}

View File

@ -24,8 +24,7 @@ in
hash = "sha256-lxKMmSySY5EbnK7GccoFBcQGaqkuir95nVOJkd4L08s=";
};
buildInputs =
lib.optionals stdenv.isDarwin [
buildInputs = lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.Security
darwin.apple_sdk.frameworks.SystemConfiguration
];