Cleanup nix scripts

This commit is contained in:
Alex Auvolat
2022-10-18 12:48:31 +02:00
parent 6a5eba0b72
commit 667ca9d3e3
3 changed files with 7 additions and 15 deletions
+3 -4
View File
@@ -47,9 +47,6 @@ in {
"garage/sled"
"garage/lmdb"
"garage/sqlite"
"garage_db/sled"
"garage_db/lmdb"
"garage_db/sqlite"
];
});
};
@@ -58,6 +55,8 @@ in {
inherit git_version;
target = "x86_64-unknown-linux-musl";
compiler = "clippy";
}).workspace.garage {} ;
}).workspace.garage {
compileMode = "build";
};
};
}