fixes here and there

This commit is contained in:
Andras Bacsai
2022-08-11 08:18:17 +00:00
parent 0c4203a351
commit 34ad5bc86b
7 changed files with 122 additions and 75 deletions

9
csb.nix Normal file
View File

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