Use website repo from personal gitlab

This commit is contained in:
Charlotte Van Petegem 2023-03-06 10:15:40 +01:00
parent 29a9c0e2ec
commit d564142fc3
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 8 additions and 6 deletions

12
flake.lock generated
View file

@ -392,17 +392,19 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1677483439, "host": "git.chvp.be",
"narHash": "sha256-ieOEYil+btZYAazD0yQGWo+2MSZyPIddYDkg3k88J+c=", "lastModified": 1678093735,
"narHash": "sha256-tA4HfESVtOozPBmHyxNwWcdfLYxaNuMgS+jnKTjr6P4=",
"owner": "chvp", "owner": "chvp",
"repo": "www.chvp.be", "repo": "www.chvp.be",
"rev": "04b3b36d53e89803d7e7cd3bca6d47dd3b0c0c47", "rev": "364488efc0d31a32fc112e6862efd6a453f5e3ef",
"type": "github" "type": "gitlab"
}, },
"original": { "original": {
"host": "git.chvp.be",
"owner": "chvp", "owner": "chvp",
"repo": "www.chvp.be", "repo": "www.chvp.be",
"type": "github" "type": "gitlab"
} }
} }
}, },

View file

@ -78,7 +78,7 @@
}; };
}; };
www-chvp-be = { www-chvp-be = {
url = "github:chvp/www.chvp.be"; url = "gitlab:chvp/www.chvp.be?host=git.chvp.be";
inputs = { inputs = {
devshell.follows = "devshell"; devshell.follows = "devshell";
flake-utils.follows = "flake-utils"; flake-utils.follows = "flake-utils";