mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: move neovim-pin from pins to its homeModules
this makes the module self contained
This commit is contained in:
parent
bd67a685dd
commit
f0dc70b5d2
2 changed files with 11 additions and 8 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue