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

8
flake.lock generated
View file

@ -2,16 +2,16 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1739357830, "lastModified": 1758791193,
"narHash": "sha256-9xim3nJJUFbVbJCz48UP4fGRStVW5nv4VdbimbKxJ3I=", "narHash": "sha256-F8WmEwFoHsnix7rt290R0rFXNJiMbClMZyIC/e+HYf0=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "0ff09db9d034a04acd4e8908820ba0b410d7a33a", "rev": "25e53aa156d47bad5082ff7618f5feb1f5e02d01",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "nixos",
"ref": "nixos-24.11", "ref": "nixos-25.05",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View file

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