-
Notifications
You must be signed in to change notification settings - Fork 339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Devenv installing older package version of Gitea #1304
Comments
This is because of the |
Great thanks that worked... at the end we ended up switching to Forgejo. |
@k3yss - What does that mean, and how do I switch? I figured it out:
inputs:
nixpkgs-python:
url: github:cachix/nixpkgs-python
inputs:
nixpkgs:
follows: nixpkgs
nixpkgs:
url: github:NixOS/nixpkgs/nixpkgs-unstable # Update this line @bachirelkhoury - Next time, please don't just say "Thanks that worked" without any hint of how to do it lol |
@MalteMagnussen I made a pr to include it in the documentation #1411 |
@k3yss thanks man switching fixed a lot of issues with outdated versions for us |
Describe the bug
devenv search gitea
is showing gitea version 1.22.0However when starting the shell with
pkgs.gitea
version 1.21.10 is getting installed instead.To reproduce
Init the dev environment:
Add
pkgs.gitea
to devenv.nix$ devenv shell $ gitea --version # Output Gitea version 1.21.10 built with go1.22.1
Version
I tried on both macOS and Ubuntu same issue:
devenv 1.0.7 (aarch64-darwin)
devenv 1.0.7 (x86_64-linux)
The text was updated successfully, but these errors were encountered: