This repository has no description
0

Configure Feed

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

1{ inputs, ... }: 2{ 3 imports = [ inputs.make-shell.flakeModules.default ]; 4 5 perSystem = 6 { pkgs, ... }: 7 { 8 make-shells.ci = { 9 packages = with pkgs; [ 10 attic-client 11 jq 12 nix-eval-jobs 13 nix-fast-build 14 ]; 15 }; 16 }; 17}