A fork of attic a self-hostable Nix Binary Cache server
0
fork

Configure Feed

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

at main 8 lines 283 B view raw
1let 2 flake = import ./flake-compat.nix; 3in flake.defaultNix.default.overrideAttrs (_: { 4 passthru = { 5 attic-client = flake.defaultNix.outputs.packages.${builtins.currentSystem}.attic-client; 6 demo = flake.defaultNix.outputs.devShells.${builtins.currentSystem}.demo; 7 }; 8})