mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 20:49:32 +00:00
9 lines
123 B
Nix
9 lines
123 B
Nix
with import <nixpkgs> {};
|
|
|
|
stdenv.mkDerivation {
|
|
name = "git";
|
|
buildInputs = [
|
|
git
|
|
git-lfs
|
|
];
|
|
} |