remove copilot

This commit is contained in:
Charlotte 🦝 Delenk 2022-08-20 08:23:22 +01:00
parent 4ab08dc959
commit 5a047c538f
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
3 changed files with 0 additions and 46 deletions

View file

@ -37,38 +37,6 @@
"url": "https://gist.github.com/DarkKirb/533e9e8b9b6dd1badf9b103b4285dc4e"
}
},
"copilot-cmp": {
"flake": false,
"locked": {
"lastModified": 1660186814,
"narHash": "sha256-9w4WpU+8tk+2CTWwdzBbhHa5igVGSM5g0318lkBNfT0=",
"owner": "zbirenbaum",
"repo": "copilot-cmp",
"rev": "e93c7c8eab2e98c0fe34619cfb7487d13fb756a4",
"type": "github"
},
"original": {
"owner": "zbirenbaum",
"repo": "copilot-cmp",
"type": "github"
}
},
"copilot-lua": {
"flake": false,
"locked": {
"lastModified": 1659658362,
"narHash": "sha256-71FbWwmuYcxOBD+0UHqjcHHA61qQgO/EKNWVUBS76Ac=",
"owner": "zbirenbaum",
"repo": "copilot.lua",
"rev": "08230e4d9be4807b60543265fae4f34e32ae1555",
"type": "github"
},
"original": {
"owner": "zbirenbaum",
"repo": "copilot.lua",
"type": "github"
}
},
"drone-runner-docker": {
"flake": false,
"locked": {
@ -736,8 +704,6 @@
"inputs": {
"cargo2nix": "cargo2nix",
"clean-s3-cache": "clean-s3-cache",
"copilot-cmp": "copilot-cmp",
"copilot-lua": "copilot-lua",
"drone-runner-docker": "drone-runner-docker",
"flake-utils": "flake-utils_2",
"gomod2nix": "gomod2nix",

View file

@ -33,10 +33,6 @@
cargo2nix.url = "github:cargo2nix/cargo2nix";
drone-runner-docker.url = "github:drone-runners/drone-runner-docker";
drone-runner-docker.flake = false;
copilot-lua.url = "github:zbirenbaum/copilot.lua";
copilot-lua.flake = false;
copilot-cmp.url = "github:zbirenbaum/copilot-cmp";
copilot-cmp.flake = false;
hydra.url = "github:mlabs-haskell/hydra/aciceri/ca-derivations";
hydra-patched.url = "git+https://git.chir.rs/darkkirb/hydra?ref=hack";
hydra-base.url = "git+https://git.chir.rs/darkkirb/hydra?ref=hack&rev=3fdc9e491dc7d33bc09ef4f33984f87c8f478aa2";

View file

@ -2,14 +2,6 @@
inputs,
pkgs,
}: {
copilot-lua = pkgs.vimUtils.buildVimPlugin {
name = "copilot-lua";
src = inputs.copilot-lua;
};
copilot-cmp = pkgs.vimUtils.buildVimPlugin {
name = "copilot-cmp";
src = inputs.copilot-cmp;
};
telescope-file-browser-nvim = pkgs.vimUtils.buildVimPlugin {
name = "telescope-file-browser-nvim";
src = inputs.nvim-telescope-file-browser;