Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoriguchi committed Nov 19, 2024
1 parent f35b904 commit e679dbe
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,12 @@
} // (inputs.deploy-rs.lib.${system}.deployChecks self.deploy) // (import ./checks { inherit pkgs; });

devShells.default = pkgs.mkShell {
buildInputs = [ inputs.deploy-rs.packages.${system}.deploy-rs pkgs.nix-output-monitor pkgs.nixVersions.latest ]
++ self.checks.${system}.pre-commit.enabledPackages;
buildInputs = [
pkgs.nix-output-monitor
pkgs.nixVersions.latest

inputs.deploy-rs.packages.${system}.deploy-rs
] ++ self.checks.${system}.pre-commit.enabledPackages;
shellHook = self.checks.${system}.pre-commit.shellHook;
};
});
Expand Down

0 comments on commit e679dbe

Please sign in to comment.