chore(deps): remove go-grip and blink-cmp flake inputs
This commit is contained in:
11
flake.nix
11
flake.nix
@@ -1,16 +1,7 @@
|
||||
{
|
||||
description = "My Neovim configuration";
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
|
||||
blink-cmp = {
|
||||
url = "github:Saghen/blink.cmp";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
go-grip = {
|
||||
url = "github:guz013/go-grip";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
mdfmt = {
|
||||
url = "github:moorereason/mdfmt";
|
||||
flake = false;
|
||||
@@ -49,8 +40,6 @@
|
||||
}: {
|
||||
neovim = import ./package.nix {
|
||||
inherit pkgs lib;
|
||||
blink-cmp = inputs.blink-cmp.packages.${stdenv.hostPlatform.system}.default;
|
||||
go-grip = inputs.go-grip.packages.${stdenv.hostPlatform.system}.default;
|
||||
mdfmt = self.packages.${stdenv.hostPlatform.system}.mdfmt;
|
||||
};
|
||||
mdfmt = pkgs.buildGoModule {
|
||||
|
||||
Reference in New Issue
Block a user