From 044022d62f58b058278ae888d24b9a0539d0c133 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Tue, 27 May 2025 19:54:28 +0200 Subject: [PATCH] Change stable input to 25.05 --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index d0f7e29..968e485 100644 --- a/flake.lock +++ b/flake.lock @@ -125,16 +125,16 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1748037224, - "narHash": "sha256-92vihpZr6dwEMV6g98M5kHZIttrWahb9iRPBm1atcPk=", + "lastModified": 1748162331, + "narHash": "sha256-rqc2RKYTxP3tbjA+PB3VMRQNnjesrT0pEofXQTrMsS8=", "owner": "nixos", "repo": "nixpkgs", - "rev": "f09dede81861f3a83f7f06641ead34f02f37597f", + "rev": "7c43f080a7f28b2774f3b3f43234ca11661bf334", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-24.11", + "ref": "nixos-25.05", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index c893627..e719cb8 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = {