Skip to content

Commit ea1e4b2

Browse files
committed
Upgrade to NixOS 25.05
1 parent a2b43a2 commit ea1e4b2

File tree

2 files changed

+73
-83
lines changed

2 files changed

+73
-83
lines changed

flake.lock

Lines changed: 71 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "my very own special snowflake";
33

44
inputs = {
5-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
5+
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
66
nixpkgs-2305.url = "github:NixOS/nixpkgs/nixos-23.05";
77
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
88
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
@@ -12,14 +12,13 @@
1212
};
1313
flake-utils.url = "github:numtide/flake-utils";
1414
home-manager = {
15-
url = "github:nix-community/home-manager/release-24.05";
15+
url = "github:nix-community/home-manager/release-25.05";
1616
inputs.nixpkgs.follows = "nixpkgs";
1717
};
1818
nixos-wsl = {
1919
url = "github:nix-community/NixOS-WSL";
2020
# url = "/home/nzbr/Projekte/NixOS-WSL";
2121
inputs.flake-compat.follows = "flake-compat";
22-
inputs.flake-utils.follows = "flake-utils";
2322
inputs.nixpkgs.follows = "nixpkgs";
2423
};
2524
base = {

0 commit comments

Comments
 (0)