This commit is contained in:
Matt Nish-Lapidus 2025-07-13 12:10:00 -04:00
parent e85646db0e
commit e4b67bd883
2 changed files with 10 additions and 10 deletions

18
flake.lock generated
View file

@ -93,15 +93,15 @@
"locked": { "locked": {
"lastModified": 1749399510, "lastModified": 1749399510,
"narHash": "sha256-o47eZ3TwqANphUVcGk1m2x94rfETfin79BV3j8lv+tQ=", "narHash": "sha256-o47eZ3TwqANphUVcGk1m2x94rfETfin79BV3j8lv+tQ=",
"owner": "emenel", "ref": "refs/heads/main",
"repo": "dev-templates",
"rev": "7209fa2f8cd9e4a6a25a3249b74dcaee7065a90f", "rev": "7209fa2f8cd9e4a6a25a3249b74dcaee7065a90f",
"type": "github" "revCount": 316,
"type": "git",
"url": "https://gt.emenel.ca/emenel/dev-templates.git"
}, },
"original": { "original": {
"owner": "emenel", "type": "git",
"repo": "dev-templates", "url": "https://gt.emenel.ca/emenel/dev-templates.git"
"type": "github"
} }
}, },
"disko": { "disko": {
@ -2168,11 +2168,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1752323914, "lastModified": 1752419974,
"narHash": "sha256-qb7HkBjCmVjAvgYU2XFFwF2i0nepKSdlfuahTrSOxP0=", "narHash": "sha256-HUaDOYOTmADB+uq1GYsxQOk7RPQj34QHtVdt+enJoZ8=",
"owner": "0xc000022070", "owner": "0xc000022070",
"repo": "zen-browser-flake", "repo": "zen-browser-flake",
"rev": "2203a0a573adc6be31b7ea9a45779dff5daaf863", "rev": "fdebdbe6a41ed95b4d13790d62594521de21b5fe",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -122,7 +122,7 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
dev-templates.url = "github:emenel/dev-templates"; dev-templates.url = "git+https://gt.emenel.ca/emenel/dev-templates.git";
}; };