mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-15 07:43:26 +00:00
ship a modern nimble with lock files support (#21061)
* change `include genode/env` to an import
ref 0b262e9496 (diff-8718bd20d8f61d6638d3d64b19efc31bcd40a6d5be8215b2a1f0b75ed93e8d56)
* fixes comments
* ship a modern nimble with lock files support
* not sure whether the latest nimble has a regression
now I'm trying 0.14.0
* change `pkgs` to `pkgs2` (#21073)
* overwrite problematic packages
* Apply suggestions from code review
* Apply suggestions from code review
* Apply suggestions from code review
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
discard """
|
||||
targets: "cpp"
|
||||
output: "hello"
|
||||
cmd: "nim cpp --clearNimblePath --nimblePath:build/deps/pkgs $file"
|
||||
cmd: "nim cpp --clearNimblePath --nimblePath:build/deps/pkgs2 $file"
|
||||
"""
|
||||
|
||||
# bug #3299
|
||||
|
||||
Reference in New Issue
Block a user