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