nix: move neovim-pin to flake inputs

This commit is contained in:
Primrose 2024-09-22 12:05:31 +02:00
parent 24d89b9733
commit 7a4f46a636
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
4 changed files with 20 additions and 10 deletions

View file

@ -76,6 +76,7 @@
inputs.nixpkgs.follows = "nixpkgs-stable";
};
# packages
neovim-pin.url = "github:nixos/nixpkgs/6132b0f6e344ce2fe34fc051b72fb46e34f668e0";
wired-notify = {
url = "github:Toqozz/wired-notify/0.10.6";
inputs.nixpkgs.follows = "nixpkgs-stable";