update flake to nixos 25.05

This commit is contained in:
Vinzenz Schroeter 2025-09-28 23:18:24 +02:00
parent dcf8d12a8a
commit f11290ec26
2 changed files with 7 additions and 7 deletions

View file

@ -2,11 +2,11 @@
description = "Flake for the servicepoint library.";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
};
outputs =
inputs@{
{
self,
nixpkgs,
}:
@ -32,7 +32,7 @@
devShells = forAllSystems (
{ pkgs, system }:
{
default = pkgs.mkShell rec {
default = pkgs.mkShell {
packages = with pkgs; [
(pkgs.symlinkJoin
{