]> git.immae.eu Git - perso/Immae/Config/Nix.git/commitdiff
Fix nix flake
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Sat, 19 Nov 2022 00:32:47 +0000 (01:32 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Sun, 9 Apr 2023 15:16:32 +0000 (17:16 +0200)
flakes/private/openarc/flake.nix
flakes/private/opendmarc/flake.nix
flakes/private/paste/flake.nix
flakes/private/peertube/flake.nix

index b4ab4c8d410b39d0a871355248cf0b0e073b9ccd..e08fa40e7e6f202f5a0286ad042eccde401df3bf 100644 (file)
@@ -1,19 +1,15 @@
 {
   inputs.openarc = {
-    path = "../../openarc";
-    type = "path";
+    url = "path:../../openarc";
   };
   inputs.secrets = {
-    path = "../../secrets";
-    type = "path";
+    url = "path:../../secrets";
   };
   inputs.files-watcher = {
-    path = "../../files-watcher";
-    type = "path";
+    url = "path:../../files-watcher";
   };
   inputs.my-lib = {
-    path = "../../lib";
-    type = "path";
+    url = "path:../../lib";
   };
   inputs.nix-lib.url = "github:NixOS/nixpkgs";
 
index e2575e7f56d7089b5798fc6e530415637d4b95c4..c5c8d3831b417a01666d3e296b22dbec95c10fb2 100644 (file)
@@ -1,19 +1,15 @@
 {
   inputs.opendmarc = {
-    path = "../../opendmarc";
-    type = "path";
+    url = "path:../../opendmarc";
   };
   inputs.secrets = {
-    path = "../../secrets";
-    type = "path";
+    url = "path:../../secrets";
   };
   inputs.files-watcher = {
-    path = "../../files-watcher";
-    type = "path";
+    url = "path:../../files-watcher";
   };
   inputs.my-lib = {
-    path = "../../lib";
-    type = "path";
+    url = "path:../../lib";
   };
   inputs.nix-lib.url = "github:NixOS/nixpkgs";
 
index 23f8cd378ada66cbd08bbdc83d6f278d9857b116..895354b8f09b5a137dc3334cf87b33ad79cf8090 100644 (file)
@@ -1,11 +1,9 @@
 {
   inputs.paste = {
-    path = "../../paste";
-    type = "path";
+    url = "path:../../paste";
   };
   inputs.my-lib = {
-    path = "../../lib";
-    type = "path";
+    url = "path:../../lib";
   };
   inputs.nix-lib.url = "github:NixOS/nixpkgs";
 
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";