coolify/csb.nix

10 lines
154 B
Nix
Raw Normal View History

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