feat: update to nixos-25.05 (beta)
Some checks failed
/ check (push) Failing after 1m53s
/ build-packages (push) Has been skipped
/ build-vm (push) Has been skipped
/ report-size (push) Has been skipped

Iron out the issues before it releases.
This commit is contained in:
Jalil David Salamé Messina 2025-05-19 22:59:11 +02:00
parent bca776687f
commit 5d76cfb0ad
Signed by: jalil
GPG key ID: F016B9E770737A0B
2 changed files with 6 additions and 6 deletions

10
flake.lock generated
View file

@ -303,15 +303,15 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1747297572,
"narHash": "sha256-ENc1vQNViytxvo9FN/0bIkOcyge7VDJ4umqnPCpVVbc=",
"rev": "5d736263df906c5da72ab0f372427814de2f52f8",
"lastModified": 1747672794,
"narHash": "sha256-O+9sQ6QEoKcM/lJXDumDdUZbuxs2TMuBf7xi3ivOXCo=",
"rev": "ca49c4304acf0973078db0a9d200fd2bae75676d",
"type": "tarball",
"url": "https://releases.nixos.org/nixos/24.11/nixos-24.11.717921.5d736263df90/nixexprs.tar.xz?rev=5d736263df906c5da72ab0f372427814de2f52f8"
"url": "https://releases.nixos.org/nixos/25.05/nixos-25.05beta801800.ca49c4304acf/nixexprs.tar.xz?rev=ca49c4304acf0973078db0a9d200fd2bae75676d"
},
"original": {
"type": "tarball",
"url": "https://channels.nixos.org/nixos-24.11/nixexprs.tar.xz"
"url": "https://channels.nixos.org/nixos-25.05/nixexprs.tar.xz"
}
},
"nixvim": {

View file

@ -8,7 +8,7 @@
# Flake inputs
inputs = {
nixpkgs.url = "https://channels.nixos.org/nixos-24.11/nixexprs.tar.xz";
nixpkgs.url = "https://channels.nixos.org/nixos-25.05/nixexprs.tar.xz";
unstable.url = "https://channels.nixos.org/nixos-unstable/nixexprs.tar.xz";
# Lix
lix-module = {