Skip to content

chore(nix): replace relative path in devshell by own nixpkgs - #238

Merged
mkqavi merged 1 commit into
mainfrom
push-tortnztylmuz
Aug 19, 2026
Merged

chore(nix): replace relative path in devshell by own nixpkgs#238
mkqavi merged 1 commit into
mainfrom
push-tortnztylmuz

Conversation

@mkqavi

@mkqavi mkqavi commented Aug 19, 2026

Copy link
Copy Markdown
Owner

No description provided.

@mkqavi mkqavi self-assigned this Aug 19, 2026
@mkqavi
mkqavi force-pushed the push-tortnztylmuz branch from 2b3ac79 to 9ffb35e Compare August 19, 2026 16:17
@mkqavi mkqavi changed the title chore(nix): fix relative path in dev flake on linux chore(nix): replace relative path in devshell by own nixpkgs Aug 19, 2026
@mkqavi
mkqavi requested a lite review from Copilot August 19, 2026 16:19

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Nix flake inputs to avoid relying on a relative-path “root” flake for the dev environment, and instead pins both the root flake and the devshell flake directly to nixpkgs-unstable.

Changes:

  • Switch root flake.nix input from nixos-unstable to nixpkgs-unstable and update flake.lock accordingly.
  • Replace .nix/dev flake’s path:../../ root input with its own nixpkgs-unstable GitHub input.
  • Update .nix/dev/flake.lock to reflect the new direct nixpkgs dependency graph (removing the path-based root node and its transitive inputs).

Reviewed changes

Copilot reviewed 2 out of 4 changed files in this pull request and generated no comments.

File Description
flake.nix Changes nixpkgs input ref to nixpkgs-unstable for the main flake.
flake.lock Updates locked nixpkgs revision/hash to match the new ref.
.nix/dev/flake.nix Removes local path-based root flake dependency; uses direct nixpkgs-unstable instead.
.nix/dev/flake.lock Refreshes lockfile to match the new direct nixpkgs input and simplified dependency graph.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@mkqavi
mkqavi merged commit d61db4f into main Aug 19, 2026
4 checks passed
@mkqavi
mkqavi deleted the push-tortnztylmuz branch August 19, 2026 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants