From bb45929893b43bb96de96b77f63a8829bba5b830 Mon Sep 17 00:00:00 2001 From: Charlotte Som Date: Wed, 5 Nov 2025 14:40:41 +0000 Subject: [PATCH] update nixpkgs --- flake/flake.lock | 8 ++++---- flake/flake.nix | 5 +++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/flake/flake.lock b/flake/flake.lock index 4e1d313..8d4d4d6 100644 --- a/flake/flake.lock +++ b/flake/flake.lock @@ -70,16 +70,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1740743217, - "narHash": "sha256-brsCRzLqimpyhORma84c3W2xPbIidZlIc3JGIuQVSNI=", + "lastModified": 1761999846, + "narHash": "sha256-IYlYnp4O4dzEpL77BD/lj5NnJy2J8qbHkNSFiPBCbqo=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "b27ba4eb322d9d2bf2dc9ada9fd59442f50c8d7c", + "rev": "3de8f8d73e35724bf9abef41f1bdbedda1e14a31", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-24.11", + "ref": "nixos-25.05", "repo": "nixpkgs", "type": "github" } diff --git a/flake/flake.nix b/flake/flake.nix index 0337c4b..b2608a7 100644 --- a/flake/flake.nix +++ b/flake/flake.nix @@ -1,7 +1,7 @@ { description = "plinth system flake"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05"; nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; lix = { url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.1-1.tar.gz"; @@ -19,7 +19,8 @@ }; modules = [ - lix.nixosModules.default + # lix.nixosModules.default + ({ pkgs, ... }: { nix.package = pkgs.lixPackageSets.stable.lix; }) ({...}: { system.stateVersion = "23.11"; }) ./system/hardware-configuration.nix ./system/base.nix