]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - flakes/private/peertube/flake.nix
Fix nix flake
[perso/Immae/Config/Nix.git] / flakes / private / peertube / flake.nix
index e0e0d54c1afa9c86925484cbd30e5129bbc798cf..5bbe89c39c868014fcbbb54bc05856415a56a0e9 100644 (file)
@@ -1,12 +1,10 @@
 {
   description = "Patched peertube";
   inputs.peertube_origin = {
-    path = "../../peertube";
-    type = "path";
+    url = "path:../../peertube";
   };
   inputs.peertube_syden = {
-    path = "../../peertube";
-    type = "path";
+    url = "path:../../peertube";
     inputs.peertube = {
       url = "https://git.immae.eu/github/Chocobozzz/PeerTube.git";
       ref = "gitolite_local/syden";