Skip to content

fix(nix): correct flake src path and add dev shell#9894

Merged
mudler merged 1 commit into
mudler:masterfrom
richiejp:fix/nix-flake
May 19, 2026
Merged

fix(nix): correct flake src path and add dev shell#9894
mudler merged 1 commit into
mudler:masterfrom
richiejp:fix/nix-flake

Conversation

@richiejp
Copy link
Copy Markdown
Collaborator

The flake set src = ./sources; referencing a non-existent subdirectory,
so nix build and nix develop both failed evaluation. Point src at
the repo root and refresh vendorHash accordingly.

Add devShells.default with the Go toolchain, protobuf generators,
Node.js/bun for the React UI (make react-ui), and the linters used by
make lint (golangci-lint, gofumpt, goimports, staticcheck).

Assisted-by: Claude:claude-opus-4-7
Signed-off-by: Richard Palethorpe io@richiejp.com

Notes for Reviewers

Signed commits

  • Yes, I signed my commits.

The flake set `src = ./sources;` referencing a non-existent subdirectory,
so `nix build` and `nix develop` both failed evaluation. Point `src` at
the repo root and refresh `vendorHash` accordingly.

Add `devShells.default` with the Go toolchain, protobuf generators,
Node.js/bun for the React UI (`make react-ui`), and the linters used by
`make lint` (golangci-lint, gofumpt, goimports, staticcheck).

Assisted-by: Claude:claude-opus-4-7
Signed-off-by: Richard Palethorpe <io@richiejp.com>
@mudler mudler merged commit 2009544 into mudler:master May 19, 2026
54 checks passed
@localai-bot localai-bot added the bug Something isn't working label May 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants