···3838 - name: Build cmprss
3939 run: nix build .#cmprss
40404141+ - name: Build static musl binary
4242+ run: nix build .#cmprss-static
4343+4144 # Run any nix checks that aren't covered by the above
4245 # This should evaluate the nix expression and then do nothing
4346 - name: Forgotten checks
+2
README.md
···29293030For Nix users, the repository contains a flake and an overlay. `nix run github:arcuru/cmprss`
31313232+A fully static musl-linked binary is also available for Linux: `nix build github:arcuru/cmprss#cmprss-static`
3333+3234## Usage
33353436The primary goal is to infer behavior based on the input, so that you don't need to remember esoteric CLI arguments.