index
:
nixrc
this commit
main
NixOS/HM flakes
sefidel
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
darwin.nix
blob: a7c91dcf2a338cce12f2b80a739607a16518c9ea (
plain
)
1
2
3
4
5
{
self
,
neovim
,
...
}
@
inputs
:
{
"neovim"
=
neovim
.
packages
.
aarch64-darwin
.
neovim
;
}