ci: scripts

This commit is contained in:
Barrett Ruth 2026-03-04 14:21:12 -05:00
parent 098f822ec2
commit 86a3523f2d
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
4 changed files with 20 additions and 1 deletions

View file

@ -16,6 +16,8 @@
forEachSystem = f: nixpkgs.lib.genAttrs (import systems) (system: f nixpkgs.legacyPackages.${system});
in
{
formatter = forEachSystem (pkgs: pkgs.nixfmt-tree);
devShells = forEachSystem (pkgs: {
default = pkgs.mkShell {
packages = [