use gitea tarball urls

This commit is contained in:
Jörg Thalheim 2024-05-28 17:03:34 +02:00 committed by Mic92
parent dec85feceb
commit e051e0203f
2 changed files with 9 additions and 10 deletions

View File

@ -43,17 +43,15 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1716889250, "lastModified": 1716901339,
"narHash": "sha256-CkHMbl67d83o3FhABmMExK0lVvipGPxojSQZMN80tfY=", "narHash": "sha256-LGlFJ0+bydJdbvLLkfUx95mYMNHewyN3daq+UfhhRLs=",
"ref": "refs/heads/main", "rev": "52584662a8b8217e11b6e057bcca1846b4cb2934",
"rev": "418e9937cbf8ba08557bf421d85b79bce69b3ca5", "type": "tarball",
"revCount": 2880, "url": "https://git.clan.lol/api/v1/repos/clan/clan-core/archive/52584662a8b8217e11b6e057bcca1846b4cb2934.tar.gz"
"type": "git",
"url": "https://git.clan.lol/clan/clan-core"
}, },
"original": { "original": {
"type": "git", "type": "tarball",
"url": "https://git.clan.lol/clan/clan-core" "url": "https://git.clan.lol/clan/clan-core/archive/main.tar.gz"
} }
}, },
"disko": { "disko": {

View File

@ -8,6 +8,7 @@
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
flake-parts.url = "github:hercules-ci/flake-parts"; flake-parts.url = "github:hercules-ci/flake-parts";
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs"; flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
treefmt-nix.url = "github:numtide/treefmt-nix"; treefmt-nix.url = "github:numtide/treefmt-nix";
@ -17,7 +18,7 @@
# Use the version of nixpkgs that has been tested to work with SrvOS # Use the version of nixpkgs that has been tested to work with SrvOS
srvos.inputs.nixpkgs.follows = "nixpkgs"; srvos.inputs.nixpkgs.follows = "nixpkgs";
clan-core.url = "git+https://git.clan.lol/clan/clan-core"; 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.flake-parts.follows = "flake-parts";
clan-core.inputs.nixpkgs.follows = "nixpkgs"; clan-core.inputs.nixpkgs.follows = "nixpkgs";
clan-core.inputs.treefmt-nix.follows = "treefmt-nix"; clan-core.inputs.treefmt-nix.follows = "treefmt-nix";