diff --git a/flake.lock b/flake.lock index 07ee21e..7e13dd7 100644 --- a/flake.lock +++ b/flake.lock @@ -112,15 +112,15 @@ "locked": { "lastModified": 1685163780, "narHash": "sha256-tMwseHtEFDpO3WKeZKWqrKRAZI6TiEULidxEbzicuFg=", - "ref": "refs/heads/main", + "owner": "zhaofengli", + "repo": "colmena", "rev": "c61bebae1dc1d57237577080b1ca1e37a3fbcebf", - "revCount": 471, - "type": "git", - "url": "https://github.com/zhaofengli/colmena" + "type": "github" }, "original": { - "type": "git", - "url": "https://github.com/zhaofengli/colmena" + "owner": "zhaofengli", + "repo": "colmena", + "type": "github" } }, "comma": { diff --git a/flake.nix b/flake.nix index 3e3bc44..0b658d3 100644 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,7 @@ nur.url = "github:nix-community/NUR"; - colmena.url = "git+https://github.com/zhaofengli/colmena"; + colmena.url = "github:zhaofengli/colmena"; vault-secrets.url = "github:serokell/vault-secrets";