You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is extremely helpful if we could use Nix devShells to run stuff.
The functionality would be the same as the one for images.yaml which defines images which can be used
Then nix develop <base-path>/tools/nix#myshell will be used, <base-path> is relative the shared repo or the current executing one.
There should be an Git option githooks.nixHooksEnabled which will take precedence over githooks.containerizedHooksEnabled and will run over the nix develop ... --comand shell.
The text was updated successfully, but these errors were encountered:
gabyx
changed the title
feat: Add nix.yaml config to set a Nix development shell to use instead of images
feat: Add Nix development shell config to use instead of images
Sep 6, 2024
gabyx
changed the title
feat: Add Nix development shell config to use instead of images
feat: Add Nix development shell config to use (addtional to containerized hooks)
Sep 6, 2024
gabyx
changed the title
feat: Add Nix development shell config to use (addtional to containerized hooks)
feat: Add Nix development shell config to use (additional to containerized hooks)
Sep 6, 2024
It is extremely helpful if we could use Nix devShells to run stuff.
The functionality would be the same as the one for
images.yaml
which defines images which can be usedHook Run Configuration
Version 4
Then
nix develop <base-path>/tools/nix#myshell
will be used,<base-path>
is relative the shared repo or the current executing one.There should be an Git option
githooks.nixHooksEnabled
which will take precedence overgithooks.containerizedHooksEnabled
and will run over thenix develop ... --comand
shell.The text was updated successfully, but these errors were encountered: