Ching Pei Yang
72ae20dc3d
blink: fix missing inputs.self in HM and NixOS modules ( #644 )
...
* home-manager: fix missing inputs.self
some options in nvf module uses inputs.self but it's not exposed in the
inputs we pass to home-manager module:
example flake.nix:
```
{
inputs = { /* ... */ };
outputs = {nixpkgs, ...}@inputs: {
testing = {
a = inputs.self # valid
b = inputs.self.inputs # valid
c = inputs.self.inputs.self # does not exist
# prior to this change, inputs.self.inputs was passed to the hm
# module, which lacks the self attr
#
# This change passes in the "top-level" inputs instead.
};
};
}
```
* nixos: fix missing inputs.self
see previous commit for details
2025-02-16 11:35:13 +00:00
80a4ab903c
flake: use npins for blink-cmp source
2025-02-12 14:36:06 +03:00
8adc4c352a
treewide: Use nixpkgs fetchers for npins
...
plugins: switch from neodev to lazydev
2025-02-10 22:33:36 -05:00
7510ef2c13
flake: move all plugin inputs to npins
2025-02-10 18:41:19 -05:00
2476d7e78f
flake: add conform-nvim and nvim-lint
2025-02-10 18:40:32 -05:00
Ching Pei Yang
2dde21e19c
flake: add and package blink.cmp
2025-02-06 19:26:11 +08:00
199babe62c
flake: add standalone template
2025-02-03 15:01:46 +03:00
e5f6aa23ea
flake: change nvim-colorizer URL to the new repo
Set up binary cache / cachix (default) (push) Has been cancelled
Set up binary cache / cachix (maximal) (push) Has been cancelled
Set up binary cache / cachix (nix) (push) Has been cancelled
Validate flake & check formatting / Validate Flake (push) Has been cancelled
Validate flake & check formatting / Formatting via Alejandra (push) Has been cancelled
Check for typos in the source tree / check-typos (push) Has been cancelled
2025-01-31 01:19:48 +03:00
0fbcf1ca6f
utility/yanky-nvim: init
2025-01-26 13:48:27 +03:00
LilleAila
dfd4dc8494
visuals/rainbow-delimiters: init
2025-01-19 12:52:45 +01:00
9e38d00f1f
Merge branch 'main' into add-mini-nvim
2025-01-19 12:39:20 +03:00
LilleAila
f279e3a585
utility/fzf-lua: init
2025-01-18 23:33:37 +01:00
22a1aef09e
Merge branch 'main' into add-mini-nvim
2025-01-18 21:18:15 +03:00
LilleAila
e8e5594fb9
mini/visits: init
2025-01-17 21:25:28 +01:00
LilleAila
0994337d02
mini/trailspace: init
2025-01-17 21:23:56 +01:00
LilleAila
ae76778186
mini/test: init
2025-01-17 21:22:23 +01:00
LilleAila
400c7b84e3
mini/tabline: init
2025-01-17 21:20:20 +01:00
LilleAila
8809ecd689
mini/surround: init
2025-01-17 21:18:42 +01:00
LilleAila
d1fa88595b
mini/statusline: init
2025-01-17 21:16:11 +01:00
LilleAila
f7abf7577c
mini/starter: init
2025-01-17 21:13:58 +01:00
LilleAila
52bc5f23ee
mini/splitjoin: init
2025-01-17 21:12:03 +01:00
LilleAila
7fc00f75f6
mini/snippets: init
2025-01-17 21:10:12 +01:00
LilleAila
39d8f52f0e
mini/sessions: init
2025-01-17 21:08:34 +01:00
LilleAila
af36e185b5
mini/pick: init
2025-01-17 21:05:49 +01:00
LilleAila
226c25d45d
mini/pairs: init
2025-01-17 21:03:56 +01:00
LilleAila
088083c68a
mini/operators: init
2025-01-17 21:02:20 +01:00
LilleAila
2691dbd351
mini/notify: init
2025-01-17 21:00:20 +01:00
LilleAila
6060ae4182
mini/move: init
2025-01-17 20:57:49 +01:00
LilleAila
9a27dafe67
mini/misc: init
2025-01-17 20:43:25 +01:00
LilleAila
c9d39cb758
mini/map: init
2025-01-17 20:41:08 +01:00
LilleAila
e58472cee7
mini/jump2d: init
2025-01-17 20:39:31 +01:00
LilleAila
36f535c4ef
mini/jump: init
2025-01-17 20:37:22 +01:00
LilleAila
be7d949605
mini/indentscope: init
2025-01-17 20:35:56 +01:00
LilleAila
f31b2e06cb
mini/icons: init
2025-01-17 20:34:02 +01:00
LilleAila
755052cea9
mini/hues: init
2025-01-17 20:32:10 +01:00
LilleAila
fca63ede6c
mini/hipatterns: init
2025-01-17 20:26:09 +01:00
LilleAila
c490536230
mini/git: init
2025-01-17 20:23:40 +01:00
LilleAila
173ea3f43c
mini/fuzzy: init
2025-01-17 20:21:12 +01:00
LilleAila
7472cac221
mini/files: init
2025-01-17 20:19:02 +01:00
LilleAila
3533d5bcbd
mini/extra: init
2025-01-17 20:17:19 +01:00
LilleAila
753eb3e99d
mini/doc: init
2025-01-17 20:14:59 +01:00
LilleAila
4b4423af91
mini/diff: init
2025-01-17 19:32:56 +01:00
LilleAila
887e563076
mini/completion: init
2025-01-17 19:28:07 +01:00
LilleAila
68483183c1
mini/comment: init
2025-01-17 19:25:56 +01:00
LilleAila
86fc7a3764
mini/colors: init
2025-01-17 19:23:03 +01:00
LilleAila
3d47d3f8c3
mini/clue: init
2025-01-17 19:19:20 +01:00
LilleAila
beedffcb5b
mini/bufremove: init
2025-01-17 19:17:05 +01:00
LilleAila
eaae68aea2
mini/bracketed: init
2025-01-17 19:14:30 +01:00
LilleAila
be5ab79342
mini/basics: init
2025-01-17 19:11:47 +01:00
LilleAila
c52e3c0507
mini/base16: init
2025-01-17 19:08:50 +01:00