]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - flakes/private/opendmarc/flake.nix
Fix nix flake
[perso/Immae/Config/Nix.git] / flakes / private / opendmarc / flake.nix
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";