-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #54 from stvnliu/rust-fenix-bugfix
bugfix: patch in fenix input in devenv.yaml by default for a Rust template
- Loading branch information
Showing
4 changed files
with
18 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
inputs: | ||
nix2container: | ||
url: github:nlewo/nix2container | ||
inputs: | ||
nixpkgs: | ||
follows: nixpkgs | ||
mk-shell-bin: | ||
url: github:rrbutani/nix-mk-shell-bin | ||
nixpkgs: | ||
url: github:NixOS/nixpkgs/nixpkgs-unstable | ||
fenix: | ||
url: github:nix-community/fenix | ||
inputs: | ||
nixpkgs: | ||
follows: nixpkgs |
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ description = "DataChef's project kickstarter! Reproducible, Declarative and Rel | |
authors = ["Reza (Shahin) Khanipour <[email protected]>"] | ||
readme = "README.md" | ||
packages = [ | ||
{ include = "iception", from = "src" }, | ||
{ include = "inception", from = "src" }, | ||
] | ||
|
||
[tool.poetry.dependencies] | ||
|
@@ -27,4 +27,4 @@ version_provider = "scm" | |
tag_format = "v$major.$minor.$patch$prerelease" | ||
version_files = [ | ||
"src/inception/__init__.py" | ||
] | ||
] |
1 change: 0 additions & 1 deletion
1
template/{% if language == 'Rust' %}{{ project_name }}{% endif %}/devenv.yaml.jina
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
template/{% if language == 'Rust' %}{{ project_name }}{% endif %}/devenv.yaml.jinja
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{% include pathjoin("includes", "devenv.rust.yaml") %} |