diff --git a/flake.lock b/flake.lock index 4a52ed8..910d425 100644 --- a/flake.lock +++ b/flake.lock @@ -93,15 +93,15 @@ "locked": { "lastModified": 1749399510, "narHash": "sha256-o47eZ3TwqANphUVcGk1m2x94rfETfin79BV3j8lv+tQ=", - "owner": "emenel", - "repo": "dev-templates", + "ref": "refs/heads/main", "rev": "7209fa2f8cd9e4a6a25a3249b74dcaee7065a90f", - "type": "github" + "revCount": 316, + "type": "git", + "url": "https://gt.emenel.ca/emenel/dev-templates.git" }, "original": { - "owner": "emenel", - "repo": "dev-templates", - "type": "github" + "type": "git", + "url": "https://gt.emenel.ca/emenel/dev-templates.git" } }, "disko": { @@ -2168,11 +2168,11 @@ ] }, "locked": { - "lastModified": 1752323914, - "narHash": "sha256-qb7HkBjCmVjAvgYU2XFFwF2i0nepKSdlfuahTrSOxP0=", + "lastModified": 1752419974, + "narHash": "sha256-HUaDOYOTmADB+uq1GYsxQOk7RPQj34QHtVdt+enJoZ8=", "owner": "0xc000022070", "repo": "zen-browser-flake", - "rev": "2203a0a573adc6be31b7ea9a45779dff5daaf863", + "rev": "fdebdbe6a41ed95b4d13790d62594521de21b5fe", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 4e4e8ea..78c8599 100644 --- a/flake.nix +++ b/flake.nix @@ -122,7 +122,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - dev-templates.url = "github:emenel/dev-templates"; + dev-templates.url = "git+https://gt.emenel.ca/emenel/dev-templates.git"; };