coolify/csb.nix
2022-08-15 09:15:42 +00:00

10 lines
154 B
Nix

with import <nixpkgs> {};
stdenv.mkDerivation {
name = "environment";
buildInputs = [
git
git-lfs
docker-compose
];
}