-
Notifications
You must be signed in to change notification settings - Fork 92
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: numtide/devshell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: KaiSforza/devshell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: attrs
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 17 commits
- 48 files changed
- 1 contributor
Commits on Jul 17, 2025
-
warning: Using 'builtins.derivation' to create a derivation named 'devshell-env.bash' that references the store path '/nix/store/...-source' without a proper context. The resulting derivation will not have a correct store reference, so this is unreliable and may stop working in the future.
Configuration menu - View commit details
-
Copy full SHA for a5fe92c - Browse repository at this point
Copy the full SHA a5fe92cView commit details
Commits on Jul 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 62e64a6 - Browse repository at this point
Copy the full SHA 62e64a6View commit details
Commits on Jul 22, 2025
-
Automatically orders the env vars by dependencies based on the values and what is in the `${}` parts. This does require every eval-like str to use the full `${}` syntax, and not `$`. Probably could get away with just parsing for `$[A-z0-9_]+` but this is safer.Configuration menu - View commit details
-
Copy full SHA for e7d5174 - Browse repository at this point
Copy the full SHA e7d5174View commit details -
Allows a much simpler syntax for simple variable settings. These are equivalent: ``` env = {A = {value = 1;};}; env = {A = 1;}; ``` And there is also the null value shortcut to unset a variable. ``` env = {U = {unset = true;};}; env = {U = null;}; ```Configuration menu - View commit details
-
Copy full SHA for 44de2d3 - Browse repository at this point
Copy the full SHA 44de2d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e654acd - Browse repository at this point
Copy the full SHA e654acdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 341a123 - Browse repository at this point
Copy the full SHA 341a123View commit details -
Configuration menu - View commit details
-
Copy full SHA for c23d802 - Browse repository at this point
Copy the full SHA c23d802View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0121690 - Browse repository at this point
Copy the full SHA 0121690View commit details -
Configuration menu - View commit details
-
Copy full SHA for 988184d - Browse repository at this point
Copy the full SHA 988184dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab3f118 - Browse repository at this point
Copy the full SHA ab3f118View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b1ba84 - Browse repository at this point
Copy the full SHA 0b1ba84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81d0e0e - Browse repository at this point
Copy the full SHA 81d0e0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffcdd3a - Browse repository at this point
Copy the full SHA ffcdd3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for de008a6 - Browse repository at this point
Copy the full SHA de008a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f4aee5 - Browse repository at this point
Copy the full SHA 7f4aee5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 289fa68 - Browse repository at this point
Copy the full SHA 289fa68View commit details
Commits on Jul 30, 2025
-
Add a `package` as a value using `VARNAME.value = package`.
Configuration menu - View commit details
-
Copy full SHA for 5c387e5 - Browse repository at this point
Copy the full SHA 5c387e5View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...attrs