Skip to content

Commit

Permalink
Merge pull request #54 from stvnliu/rust-fenix-bugfix
Browse files Browse the repository at this point in the history
bugfix: patch in fenix input in devenv.yaml by default for a Rust template
  • Loading branch information
shahinism authored Oct 6, 2024
2 parents a7deafe + 444d8a7 commit 3ec3304
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions includes/devenv.rust.yaml
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
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -27,4 +27,4 @@ version_provider = "scm"
tag_format = "v$major.$minor.$patch$prerelease"
version_files = [
"src/inception/__init__.py"
]
]

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{% include pathjoin("includes", "devenv.rust.yaml") %}

0 comments on commit 3ec3304

Please sign in to comment.