mirror of
https://github.com/coollabsio/coolify.git
synced 2026-08-29 02:24:29 -05:00
9 lines
131 B
Nix
9 lines
131 B
Nix
with import <nixpkgs> {};
|
|
|
|
stdenv.mkDerivation {
|
|
name = "environment";
|
|
buildInputs = [
|
|
git
|
|
git-lfs
|
|
];
|
|
} |