Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "Lightning JS";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
nixpkgs.url = "github:nixos/nixpkgs/26.05";

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Track the maintained nixos-26.05 branch

The 26.05 ref is the immutable release tag rather than the maintained NixOS 26.05 branch, so regenerating flake.lock will remain stuck on the May 30 release revision and never receive subsequent package, compatibility, or security fixes. Use the nixos-26.05 ref; the lock file will still pin builds to an exact revision while allowing deliberate updates.

Useful? React with 👍 / 👎.

crane.url = "github:ipetkov/crane";
flake-utils.url = "github:numtide/flake-utils";

Expand Down
Loading