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

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,
...
}: