update dependencies and flake

update dependencies
This commit is contained in:
Vinzenz Schroeter 2024-11-24 16:12:38 +01:00
parent 24e0eaaf07
commit 38316169e9
9 changed files with 162 additions and 147 deletions

View file

@ -2,7 +2,7 @@
description = "Flake for servicepoint-simulator";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
naersk = {
url = "github:nix-community/naersk";
inputs.nixpkgs.follows = "nixpkgs";
@ -51,7 +51,7 @@
];
buildInputs = with pkgs; [
xe
lzma
xz
];
makeExample =
{