Add global shell functions for dev shell utilities#48
Closed
Add global shell functions for dev shell utilities#48
Conversation
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 3.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.5...v3.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…s/checkout-3.2.0 Bump actions/checkout from 2.3.5 to 3.2.0
…/install-nix-action-18 Bump cachix/install-nix-action from 17 to 18
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…s/checkout-3.3.0 Bump actions/checkout from 3.2.0 to 3.3.0
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 18 to 19. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](cachix/install-nix-action@v18...v19) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…/install-nix-action-19 Bump cachix/install-nix-action from 18 to 19
- Replace erlang-ls with erlang-language-platform (package archived) - Remove duplicate nodejs from packages (causes conflicts) - Use nvim-treesitter.withAllGrammars for pre-built grammars - Disable tree-sitter auto_install and sync_install - Update actions/checkout to v6.0.2 in CI workflow - Add comprehensive Claude Code allow commands - Update README to reflect pre-installed tree-sitter grammars Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Replace deprecated gh-copilot with github-copilot-cli - Remove invalid erlang override parameters (version, sha256) - Update flake inputs: expert, home-manager, nixpkgs, nur The erlang override was attempting to pass version/sha256 to a pre-built interpreter package, which caused build failures. Now using the interpreter directly as it's already versioned correctly in nixpkgs. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Remove version, sha256, and escriptPath override parameters from Elixir package. These cannot be overridden on pre-built nixpkgs packages. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-authored-by: gilacost <6720169+gilacost@users.noreply.github.com>
Co-authored-by: gilacost <6720169+gilacost@users.noreply.github.com>
Co-authored-by: gilacost <6720169+gilacost@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add GitHub action for weekly dependency updates and Nix build
feat: automated weekly dependency updates and dev shell management
Feb 3, 2026
Co-authored-by: gilacost <6720169+gilacost@users.noreply.github.com>
Co-authored-by: gilacost <6720169+gilacost@users.noreply.github.com>
Copilot
AI
changed the title
feat: automated weekly dependency updates and dev shell management
Add global shell functions for dev shell utilities
Feb 3, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dev shell utilities required relative paths and could only be invoked from the dotfiles root directory. Users working in project directories needed a way to run
set-dev-shell --latest elixirwithout path gymnastics.Changes
Shell Functions (
modules/zsh/functions.sh)set-dev-shellandcheck-shell-versionsas globally available functions${DOTFILES_PATH:-$HOME/Repos/dot-files}for portabilityDOTFILES_PATHif custom location neededDocumentation
DOTFILES_PATHenvironment variable overrideTesting
mktemp -dfor safe concurrent executionUsage
Direct script invocation (
~/Repos/dot-files/utilities/set_dev_shell.sh) remains available for CI/automation contexts.💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.