Add support for Nix flakes.
This relies on Cargo2Nix, and because we don't want to be maintaining that file by hand, we introduce a new continuous workflow to automatically update the generated Cargo.nix and submit a PR whenever something is merged into master. This should make the process of supporting Nix bearable. We'll re-assess in a while. Co-authored-by: KtorZ <matthias.benkort@gmail.com>
This commit is contained in:
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
Cargo.lock linguist-generated=true merge=binary linguist-vendored
|
||||
Cargo.nix linguist-generated=true merge=binary linguist-vendored
|
||||
flake.lock linguist-generated=true merge=binary linguist-vendored
|
||||
Reference in New Issue
Block a user