nix: move neovim-pin from pins to its homeModules

this makes the module self contained
This commit is contained in:
Primrose 2024-07-13 09:55:46 +02:00
parent bd67a685dd
commit f0dc70b5d2
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 11 additions and 8 deletions

View file

@ -24,13 +24,6 @@ in
config.allowUnfree = true;
};
neovim-pin = import (final.fetchFromGitHub {
owner = "NixOS";
repo = "nixpkgs";
rev = "6132b0f6e344ce2fe34fc051b72fb46e34f668e0";
hash = "sha256-7R2ZvOnvd9h8fDd65p0JnB7wXfUvreox3xFdYWd1BnY=";
}) { inherit system; };
nur =
import
(final.fetchFromGitHub {