Skip to content

Commit e436c6a

Browse files
committed
build(flake.nix/inputs): Let nixd use its own instance of nixpkgs
Changelog: • Updated input 'nixd/nixpkgs': follows 'nixpkgs' → 'github:NixOS/nixpkgs/9516f3c963708933abe984df94a925af38916237' (2024-04-28)
1 parent 9fcc86e commit e436c6a

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

flake.lock

Lines changed: 17 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,10 @@
134134
nixd = {
135135
url = "github:nix-community/nixd";
136136
inputs.flake-parts.follows = "flake-parts";
137-
inputs.nixpkgs.follows = "nixpkgs";
137+
# Please refrain from adding the following line:
138+
# inputs.nixpkgs.follows = "nixpkgs";
139+
#
140+
# See: https://github.com/nix-community/nixd/blob/main/nixd/docs/editor-setup.md#installation---get-a-working-executable:~:text=do%20NOT%20override%20nixpkgs%20revision
138141
};
139142

140143
validator-ejector = {

0 commit comments

Comments
 (0)