coolify/csb.nix

9 lines
123 B
Nix
Raw Normal View History

2022-08-11 10:18:17 +02:00
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "git";
buildInputs = [
git
git-lfs
];
}