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

17
flake.lock generated
View file

@ -412,6 +412,22 @@
"type": "github"
}
},
"neovim-pin": {
"locked": {
"lastModified": 1717112898,
"narHash": "sha256-7R2ZvOnvd9h8fDd65p0JnB7wXfUvreox3xFdYWd1BnY=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "6132b0f6e344ce2fe34fc051b72fb46e34f668e0",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixpkgs",
"rev": "6132b0f6e344ce2fe34fc051b72fb46e34f668e0",
"type": "github"
}
},
"nix-darwin": {
"inputs": {
"nixpkgs": [
@ -719,6 +735,7 @@
"hbrainfuck": "hbrainfuck",
"home-manager": "home-manager",
"hoot": "hoot",
"neovim-pin": "neovim-pin",
"nix-darwin": "nix-darwin",
"nixpkgs": "nixpkgs_4",
"nixpkgs-stable": "nixpkgs-stable_3",