-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Add a test for recent CMake fix
- Loading branch information
Showing
10 changed files
with
577 additions
and
75 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
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,8 +1,15 @@ | ||
args: { | ||
agent-rs = import ./agent-rs args; | ||
lorri = import ./lorri args; | ||
nushell = import ./nushell args; | ||
ripgrep-all = import ./ripgrep-all args; | ||
rustlings = import ./rustlings args; | ||
talent-plan = import ./talent-plan args; | ||
|
||
# Make sure we can compile projects with a complex workspace setup | ||
# (https://github.com/nix-community/naersk/issues/274) | ||
nushell = import ./nushell args; | ||
|
||
# Make sure we can compile projects that use CMake | ||
# (https://github.com/nix-community/naersk/issues/285) | ||
oqs = import ./oqs args; | ||
} |
Oops, something went wrong.