Update detsys-ts: Merge pull request #107 from DeterminateSystems/dependabot/github_actions/actions-deps-a331d3ec2d#108
Conversation
…om DeterminateSystems/dependabot/github_actions/actions-deps-a331d3ec2d` (`e439a01995ac029e7481a75c4661a7f60eeb8b19`)
…e nix store version (DeterminateSystems#108)` (`c7303495f43d348cac78091ef434443b1ef22485`)
…43d348cac78091ef434443b1ef22485 Update `detsys-ts`: Capture the version of Nix in addition to the nix store version (#108)
|
Caution Review failedThe pull request is closed. WalkthroughUpdates include a devDependency bump in package.json, a CI command tweak, a .gitignore addition for .direnv, and a refactor of flake.nix to remove flake-schemas, expose a per-system formatter, reduce supported systems, and rewire devShells to use the new formatter attributes. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
participant User
participant Flake as flake.nix (outputs)
participant Inputs as inputs.nixpkgs
participant System as per-system attrs
rect rgb(230,245,255)
note over Flake,Inputs: New flow computes per-system formatter from inputs.nixpkgs
User->>Flake: request outputs
Flake->>Inputs: import inputs.nixpkgs { system }
Inputs->>System: provide pkgs
System->>Flake: pkgs.nixfmt-rfc-style -> formatter.${system}
Flake->>Flake: assemble devShells including self.formatter.${system}
Flake->>User: return outputs (formatter, devShells, ...)
end
Estimated code review effort🎯 4 (Complex) | ⏱️ ~45 minutes Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (3)
📒 Files selected for processing (3)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Bump
detsys-tsto the latestHEADand regenerate application bundle.e439a01995ac029e7481a75c4661a7f60eeb8b19DeterminateSystems/detsys-ts#1076d3f1c5a5781e58b3cd8060cfb578c0c95eeb51e..e439a01995ac029e7481a75c4661a7f60eeb8b19107.diffSummary by CodeRabbit