Skip to content

Commit

Permalink
fix: remove postPatch
Browse files Browse the repository at this point in the history
  • Loading branch information
thecaralice committed Oct 15, 2024
1 parent acc4c0c commit 19b5f0a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/server/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ let
}
);
totalArgs = commonArgs // {
postPatch = ''
rm migrations/.gitkeep
'';
inherit cargoArtifacts;
patches = [ ./session_state.patch ] ++ lib.optional defaultReleaseProfile ./release.patch;
};
Expand Down

0 comments on commit 19b5f0a

Please sign in to comment.