diff options
-rw-r--r-- | flake.lock | 10 | ||||
-rw-r--r-- | flake.nix | 3 |
2 files changed, 7 insertions, 6 deletions
diff --git a/flake.lock b/flake.lock index fde21767..c1de03c1 100644 --- a/flake.lock +++ b/flake.lock @@ -1097,11 +1097,11 @@ "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 @@ "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": { diff --git a/flake.nix b/flake.nix index 7f6a2def..07188f43 100644 --- a/flake.nix +++ b/flake.nix @@ -12,12 +12,13 @@ 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 = { |