forked from tweag/nickel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flake: remove redundant transitive dependencies (tweag#1986)
* flake: remove redundant transitive dependencies - add several more `follows` relationships for de-duplication - update to latest rust-overlay flake which drops flake-utils dependency - set `follows = ""` for a few unused dependencies. See NixOS/nix#7807 * delete `follows = ""` hacks * delete one more `follows = ""` hack * Fix new clippy 1.79 errors --------- Co-authored-by: Yann Hamdaoui <[email protected]>
- Loading branch information
1 parent
935519f
commit 6b1fe61
Showing
6 changed files
with
50 additions
and
229 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
#![cfg(feature = "nix-experimental")] | ||
#[cxx::bridge] | ||
mod internal { | ||
unsafe extern "C++" { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters