switch to clan-core main
Some checks failed
buildbot/nix-eval Build done.

This commit is contained in:
Jörg Thalheim 2024-06-17 13:55:01 +02:00
parent 10a81b3398
commit e845ef7421
2 changed files with 6 additions and 6 deletions

View File

@ -59,15 +59,15 @@
]
},
"locked": {
"lastModified": 1718358837,
"narHash": "sha256-GV6s4YPnJBPoGntKSFqwQ/kCLyKwYUO8OJKOYg/8uOY=",
"rev": "a817d966af24681d1134783261059f254e1eec43",
"lastModified": 1718611779,
"narHash": "sha256-ZohxTXp0ZABO3YBfeq357tI39YBAiMZVY0XofEa4PZI=",
"rev": "1cd606b879516454b2a58633ccc8adacce6b5520",
"type": "tarball",
"url": "https://git.clan.lol/api/v1/repos/clan/clan-core/archive/a817d966af24681d1134783261059f254e1eec43.tar.gz"
"url": "https://git.clan.lol/api/v1/repos/clan/clan-core/archive/1cd606b879516454b2a58633ccc8adacce6b5520.tar.gz"
},
"original": {
"type": "tarball",
"url": "https://git.clan.lol/clan/clan-core/archive/matrix.tar.gz"
"url": "https://git.clan.lol/clan/clan-core/archive/main.tar.gz"
}
},
"disko": {

View File

@ -26,7 +26,7 @@
# Use the version of nixpkgs that has been tested to work with SrvOS
srvos.inputs.nixpkgs.follows = "nixpkgs";
clan-core.url = "https://git.clan.lol/clan/clan-core/archive/matrix.tar.gz";
clan-core.url = "https://git.clan.lol/clan/clan-core/archive/main.tar.gz";
clan-core.inputs.flake-parts.follows = "flake-parts";
clan-core.inputs.nixpkgs.follows = "nixpkgs";
clan-core.inputs.treefmt-nix.follows = "treefmt-nix";