Switch extras to Forgejo

This commit is contained in:
Victor Mignot 2024-07-27 16:10:56 +02:00
parent 1f09872ea7
commit a80a78c3ed
Signed by: dala
GPG key ID: 5E7F2CE1BEAFED3D
2 changed files with 7 additions and 7 deletions

View file

@ -2,17 +2,17 @@
"nodes": { "nodes": {
"extra-config": { "extra-config": {
"locked": { "locked": {
"lastModified": 1712861099, "lastModified": 1703601413,
"narHash": "sha256-IRN1siAfi/JY5mVRrEepdNIA6Q6K/LSR4ifX34pRe04=", "narHash": "sha256-n0FIzaCeWxxofs56uBAR6tTWUB3gXk6OWh63jylXHVs=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "98fe4b816f2b3d9f2cdb0765c08156bea9ab72de", "rev": "afff2037a624025417742d3fa6413a9a94f14f98",
"revCount": 4, "revCount": 2,
"type": "git", "type": "git",
"url": "ssh://git@git.sr.ht/~dala/extra-config" "url": "ssh://forgejo@git.dalaran.fr/dala/nixos-config-extra.git"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "ssh://git@git.sr.ht/~dala/extra-config" "url": "ssh://forgejo@git.dalaran.fr/dala/nixos-config-extra.git"
} }
}, },
"flake-utils": { "flake-utils": {

View file

@ -31,7 +31,7 @@
inputs.nixpkgs.follows = "nixpkgs-stable"; inputs.nixpkgs.follows = "nixpkgs-stable";
}; };
extra-config.url = "git+ssh://git@git.sr.ht/~dala/extra-config"; extra-config.url = "git+ssh://forgejo@git.dalaran.fr/dala/nixos-config-extra.git";
}; };
outputs = outputs =