Use conduit 0.6

This commit is contained in:
Natsu Kagami 2023-08-14 10:21:03 +02:00
parent b0ffe238e9
commit ec9d75b77e
Signed by: nki
GPG key ID: 55A032EB38B49ADB
4 changed files with 205 additions and 32 deletions

View file

@ -32,6 +32,10 @@
inputs.nixpkgs.follows = "nixpkgs";
};
dtth-phanpy.url = "git+ssh://gitea@git.dtth.ch/nki/phanpy";
conduit = {
url = gitlab:famedly/conduit/v0.6.0;
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
# --- Sources
kakoune.url = github:mawww/kakoune;