servicepoint-cli: update to nixos 25.11 compatible flake

This commit is contained in:
Vinzenz Schroeter 2025-12-08 19:47:58 +01:00
parent 417d65062b
commit 18b97a9285
2 changed files with 13 additions and 24 deletions

View file

@ -41,10 +41,10 @@
servicepoint-cli = {
url = "git+https://git.berlin.ccc.de/servicepoint/servicepoint-cli.git";
inputs = {
# TODO: update flake to 25.11
# nixpkgs.follows = "nixpkgs";
nixpkgs.follows = "nixpkgs";
naersk.follows = "naersk";
nix-filter.follows = "nix-filter";
treefmt-nix.follows = "treefmt-nix";
};
};
servicepoint-simulator = {