From 10cbc4d96b0ae409dd47a73c2a97d22380bb16b4 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Tue, 25 Nov 2025 21:16:24 +0100 Subject: [PATCH] flake/nixos: 25.05 -> 25.11 --- flake.lock | 8 ++++---- flake.nix | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 5a91b6f..e5b9da9 100644 --- a/flake.lock +++ b/flake.lock @@ -237,16 +237,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1762498405, - "narHash": "sha256-Zg/SCgCaAioc0/SVZQJxuECGPJy+OAeBcGeA5okdYDc=", + "lastModified": 1764020296, + "narHash": "sha256-6zddwDs2n+n01l+1TG6PlyokDdXzu/oBmEejcH5L5+A=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "6faeb062ee4cf4f105989d490831713cc5a43ee1", + "rev": "a320ce8e6e2cc6b4397eef214d202a50a4583829", "type": "github" }, "original": { "id": "nixpkgs", - "ref": "nixos-25.05", + "ref": "nixos-25.11", "type": "indirect" } }, diff --git a/flake.nix b/flake.nix index 8801ab0..e43d0b0 100644 --- a/flake.nix +++ b/flake.nix @@ -1,8 +1,7 @@ { description = "NixOS configuration"; inputs = { - # nix.url = "github:NixOS/nix"; - nixpkgs.url = "nixpkgs/nixos-25.05"; + nixpkgs.url = "nixpkgs/nixos-25.11"; nixpkgs-unstable.url = "nixpkgs/nixos-unstable"; flake-parts.url = "github:hercules-ci/flake-parts";