Move kak-lsp and kakoune into flake inputs

This commit is contained in:
Natsu Kagami 2022-07-06 16:26:50 -04:00 committed by Natsu Kagami
parent 2a76dc2039
commit d0e5f73def
5 changed files with 48 additions and 41 deletions

View file

@ -22,6 +22,12 @@
youmubot.inputs.nixpkgs.follows = "nixpkgs";
nix-gaming.url = github:fufexan/nix-gaming;
# --- Sources
kakoune.url = github:mawww/kakoune;
kakoune.flake = false;
kak-lsp.url = github:kak-lsp/kak-lsp;
kak-lsp.flake = false;
# ---
# DEPLOYMENT ONLY! secrets
secrets.url = "git+ssh://git@github.com/natsukagami/nix-deploy-secrets";