remove nix file

This commit is contained in:
Andras Bacsai 2022-10-14 09:45:45 +02:00
parent 065807a0bc
commit 79c30dfc91

10
csb.nix
View File

@ -1,10 +0,0 @@
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "environment";
buildInputs = [
git
git-lfs
docker-compose
];
}