This repository has no description
0

Configure Feed

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

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

author
waveringana
committer
Tangled
date (Jul 22, 2026, 3:20 PM +0300) commit 1bdbd4f9 parent 16beabbe
+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 };