flake: use relative paths for submodules
Alan Pearce alan@alanpearce.eu
Sun, 24 Nov 2024 15:53:26 +0100
2 files changed, 7 insertions(+), 6 deletions(-)
jump to
M flake.lock → flake.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.nix → flake.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 = {