all repos — nixfiles @ 3dfd4ec43563cc71530f0787dd8ccbbb30963b99

System and user configuration, managed by nix and home-manager

flake: use relative paths for submodules
Alan Pearce alan@alanpearce.eu
Sun, 24 Nov 2024 15:53:26 +0100
commit

3dfd4ec43563cc71530f0787dd8ccbbb30963b99

parent

6d328e5a274b58bd9a42ca7b4e26dc2fb64a5660

2 files changed, 7 insertions(+), 6 deletions(-)

jump to
M flake.lockflake.lock
@@ -1097,11 +1097,11 @@ "ref": "refs/heads/main",         "rev": "8676655b28c94931c1ad2e443740341b348b056c",
         "revCount": 36,
         "type": "git",
-        "url": "file:///Users/alan/projects/alanpearce.eu/nixfiles/packages"
+        "url": "file:packages"
       },
       "original": {
         "type": "git",
-        "url": "https://git.alanpearce.eu/nix-packages"
+        "url": "file:packages"
       }
     },
     "pre-commit-hooks": {
@@ -1284,11 +1284,11 @@ "ref": "refs/heads/main",         "rev": "8f05f9f611983d6375ec595a5f627d8e28c7e9a5",
         "revCount": 73,
         "type": "git",
-        "url": "file:///Users/alan/projects/alanpearce.eu/nixfiles/private"
+        "url": "file:private"
       },
       "original": {
-        "id": "secrets",
-        "type": "indirect"
+        "type": "git",
+        "url": "file:private"
       }
     },
     "simple-css": {
M flake.nixflake.nix
@@ -12,12 +12,13 @@ home-manager.inputs.nixpkgs.follows = "nixpkgs";     nh-darwin.url = "github:ToyVo/nh_darwin";
     secrets = {
       flake = false;
+      url = "git+file:private";
     };
     utils.url = "github:numtide/flake-utils";
     agenix.url = "github:ryantm/agenix";
     agenix.inputs.nixpkgs.follows = "nixpkgs";
     personal = {
-      url = "git+https://git.alanpearce.eu/nix-packages";
+      url = "git+file:packages";
       inputs.nixpkgs.follows = "nixpkgs";
     };
     searchix = {