update flake to nixos 25.05, cargo update, set version
All checks were successful
Rust / build (pull_request) Successful in 9m14s

This commit is contained in:
Vinzenz Schroeter 2025-06-28 15:18:39 +02:00
parent 54b95956cb
commit e8ee877223
5 changed files with 148 additions and 133 deletions

View file

@ -2,7 +2,7 @@
description = "Flake for command line interface of the ServicePoint display.";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
nix-filter.url = "github:numtide/nix-filter";
naersk = {
url = "github:nix-community/naersk";