Skip to content

Commit

Permalink
bump nix to v0.69.0
Browse files Browse the repository at this point in the history
  • Loading branch information
F1bonacc1 committed Oct 2, 2023
1 parent e38b113 commit 5ec45e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ let pkg = "github.com/f1bonacc1/process-compose/src/config";
in
buildGoModule rec {
pname = "process-compose";
version = "0.65.1";
version = "0.69.0";


src = lib.cleanSource ./.;
Expand Down
3 changes: 1 addition & 2 deletions process-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ log_configuration:
compress: true
fields_order: ["time", "level", "message"]
disable_json: true
# timestamp_format: "06-01-02 15:04:05.000"
timestamp_format: "06-01-02"
timestamp_format: "06-01-02 15:04:05.000"
no_metadata: false
add_timestamp: true

Expand Down

0 comments on commit 5ec45e2

Please sign in to comment.