2 Commits

Author SHA1 Message Date
f8c629d123 📦 Update flake
Some checks failed
Build & test / build (push) Failing after 11m28s
2025-07-01 18:12:22 +02:00
05afb64b07 📦 Update rust to 1.88 2025-07-01 18:12:01 +02:00
3 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@ exclude = ["examples"]
[workspace.package]
edition = "2024"
rust-version = "1.85"
rust-version = "1.88"
authors = ["Martin Berg Alstad"]
homepage = "martials.no"

8
flake.lock generated
View File

@ -2,16 +2,16 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1741196730,
"narHash": "sha256-0Sj6ZKjCpQMfWnN0NURqRCQn2ob7YtXTAOTwCuz7fkA=",
"lastModified": 1751211869,
"narHash": "sha256-1Cu92i1KSPbhPCKxoiVG5qnoRiKTgR5CcGSRyLpOd7Y=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "48913d8f9127ea6530a2a2f1bd4daa1b8685d8a3",
"rev": "b43c397f6c213918d6cfe6e3550abfe79b5d1c51",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-24.11",
"ref": "nixos-25.05",
"repo": "nixpkgs",
"type": "github"
}

View File

@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
};