]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - flakes/private/openarc/flake.nix
Use relative path for private flakes
[perso/Immae/Config/Nix.git] / flakes / private / openarc / flake.nix
index 6a2518b9e9c2ec6c52fc6c022fc1712870305408..65a56ca161dff276996effd27365f737af967709 100644 (file)
@@ -1,8 +1,7 @@
 {
   inputs.openarc = {
-    url = "https://git.immae.eu/perso/Immae/Config/Nix.git";
-    type = "git";
-    dir = "flakes/openarc";
+    path = "../../openarc";
+    type = "path";
   };
   inputs.nixpkgs.url = "github:NixOS/nixpkgs";