Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • L lint-utils
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • nix
  • lint-utils
  • Merge requests
  • !7

Merged
Created Apr 20, 2022 by MatthewCroughan@MatthewCroughanMaintainer

Add mkShell + mkShellWithNamePrefix

  • Overview 0
  • Commits 2
  • Changes 2

This commit works within Srid's somewhat complex framework in order to add the ability to make a shell with a set of requested linters. mkShellWithNamePrefix allows adding a prefix which will change the binary name on the $PATH Useful if you want to prepend your project name to scripts, such that people can discover the utils that have been added to their shell via tab completion.

This is the worst Nix code I have ever written. It will be merged into staging and then into overengineered to reflect that. This is technical debt.

Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Source branch: mc/mkShell-mkShellWithNamePrefix