Monorepo for Tangled tangled.org
1

Configure Feed

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

nix/modules/shuttle: add missing git to shuttle.nix

+2
+2
nix/modules/shuttle.nix
··· 43 43 ]; 44 44 before = ["nix-daemon.service"]; 45 45 restartIfChanged = false; 46 + # nix flakes require git 47 + path = [pkgs.gitMinimal]; 46 48 environment = { 47 49 NIX_PATH = lib.concatStringsSep ":" config.nix.nixPath; 48 50 };