don't depend on git for flake inputs

This makes migration of an existing machine without git installed
easier:

fixes:
https://git.clan.lol/clan/clan-core/issues/3465#issuecomment-28189
This commit is contained in:
Jörg Thalheim
2025-05-04 07:24:08 +02:00
parent 5ca344c285
commit 51a57ba962
2 changed files with 13 additions and 18 deletions

26
flake.lock generated
View File

@@ -16,17 +16,15 @@
]
},
"locked": {
"lastModified": 1746304846,
"narHash": "sha256-NDE7OVBRVk0/gypIKwX4Pd8LpRJu64oXo8912uh/3/8=",
"ref": "refs/heads/main",
"rev": "6544fb9511c2686f07e373030dc3f6f9cf9fadb7",
"revCount": 428,
"type": "git",
"url": "https://git.clan.lol/clan/data-mesher"
"lastModified": 1746334246,
"narHash": "sha256-YU4wtH9Y5yRjqbMwczOdDakOjSiTkOUP/JAYd1f3jBc=",
"rev": "607ce65fbfe20bb38170b76826a11006f526c05d",
"type": "tarball",
"url": "https://git.clan.lol/api/v1/repos/clan/data-mesher/archive/607ce65fbfe20bb38170b76826a11006f526c05d.tar.gz"
},
"original": {
"type": "git",
"url": "https://git.clan.lol/clan/data-mesher"
"type": "tarball",
"url": "https://git.clan.lol/clan/data-mesher/archive/main.tar.gz"
}
},
"disko": {
@@ -93,15 +91,13 @@
"locked": {
"lastModified": 1745005516,
"narHash": "sha256-IVaoOGDIvAa/8I0sdiiZuKptDldrkDWUNf/+ezIRhyc=",
"ref": "refs/heads/main",
"rev": "69d8bf596194c5c35a4e90dd02c52aa530caddf8",
"revCount": 40,
"type": "git",
"url": "https://git.clan.lol/clan/nix-select"
"type": "tarball",
"url": "https://git.clan.lol/api/v1/repos/clan/nix-select/archive/69d8bf596194c5c35a4e90dd02c52aa530caddf8.tar.gz"
},
"original": {
"type": "git",
"url": "https://git.clan.lol/clan/nix-select"
"type": "tarball",
"url": "https://git.clan.lol/clan/nix-select/archive/main.tar.gz"
}
},
"nixos-facter-modules": {

View File

@@ -23,10 +23,10 @@
treefmt-nix.url = "github:numtide/treefmt-nix";
treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";
nix-select.url = "git+https://git.clan.lol/clan/nix-select";
nix-select.url = "https://git.clan.lol/clan/nix-select/archive/main.tar.gz";
data-mesher = {
url = "git+https://git.clan.lol/clan/data-mesher";
url = "https://git.clan.lol/clan/data-mesher/archive/main.tar.gz";
inputs = {
flake-parts.follows = "flake-parts";
nixpkgs.follows = "nixpkgs";
@@ -40,7 +40,6 @@
inputs@{
flake-parts,
nixpkgs,
self,
systems,
...
}: