Skip to content

Commit 9bc29ff

Browse files
committed
flake: pin helix to our flake_utils input
Good for keeping the lockfile normal without weird `_2` inputs.
1 parent 32644b7 commit 9bc29ff

File tree

2 files changed

+4
-34
lines changed

2 files changed

+4
-34
lines changed

flake.lock

+3-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
{
2828
url = "github:helix-editor/helix"; # Compile Helix from source to support macro keybinds
2929
inputs.nixpkgs.follows = "nixpkgs-helix"; # So we don't have two instances of `nixpkgs` in flake.lock. We use the same rev from helix's flake.lock so we don't have to recompile
30+
inputs.flake-utils.follows = "flake-utils";
3031
};
3132

3233
home-manager =

0 commit comments

Comments
 (0)