Skip to content

Commit

Permalink
chore: add TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
steveej committed Oct 19, 2024
1 parent 4cfa967 commit e3b9e9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@
...
}:
let
# TODO: enable rust formatting
treefmtConfig = {
projectRootFile = "flake.nix";
programs = {
Expand Down
1 change: 1 addition & 0 deletions modules/flake-parts/packages.default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@

linux-builder-01-ping-buildmachines = mkPingBuildmachines { builderName = "linux-builder-01"; };

# TODO: extract this into modules/flake-parts/packages.postbuildstepper, including the source code
postbuildstepper = lib.makeOverridable craneLib.buildPackage (
postbuildstepperArgs // { cargoArtifacts = postbuildstepperDeps; }
);
Expand Down

0 comments on commit e3b9e9f

Please sign in to comment.