this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

build(nix): add overlay for easier consumption

+6 -1
+6 -1
flake.nix
··· 146 146 # Many tools read this to find the sources for rust stdlib 147 147 RUST_SRC_PATH = "${rustSrc}/lib/rustlib/src/rust/library"; 148 148 }; 149 - }); 149 + }) 150 + // { 151 + overlays.default = final: prev: { 152 + cmprss = self.packages.cmprss; 153 + }; 154 + }; 150 155 }