fix flake

This commit is contained in:
figsoda 2023-02-27 22:30:20 -05:00
parent 122cc1e3ba
commit 6034138ef9

View File

@ -42,8 +42,11 @@
"build.rs"
];
cargoLock.lockFile = path {
path = self + "/Cargo.lock";
cargoLock = {
allowBuiltinFetchGit = true;
lockFile = path {
path = self + "/Cargo.lock";
};
};
nativeBuildInputs = [