Merge pull request #82 from fxzzi/dfldsjfslkjf

nix: don't source old build script
This commit is contained in:
raf 2026-04-03 22:13:52 +03:00 committed by GitHub
commit f139bda7b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,6 @@
(fs.fileFilter (file: builtins.any file.hasExt ["rs"]) (s + /src))
(s + /Cargo.lock)
(s + /Cargo.toml)
(s + /build.rs)
];
};