Change stable input to 25.05
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m27s
Periodic flake update / flake-update (push) Successful in 2m6s

This commit is contained in:
2025-05-27 19:54:28 +02:00
parent 6a70880fe8
commit 044022d62f
2 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
description = "Torjus nixos config flake";
inputs = {
nixpkgs-stable.url = "github:nixos/nixpkgs?ref=nixos-24.11";
nixpkgs-stable.url = "github:nixos/nixpkgs?ref=nixos-25.05";
#nixpkgs-master.url = "github:nixos/nixpkgs?ref=master";
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
home-manager = {