update nixpkgs

This commit is contained in:
Charlotte Som 2025-11-05 14:40:41 +00:00
parent d12c8701b9
commit bb45929893
2 changed files with 7 additions and 6 deletions

View file

@ -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"
}

View file

@ -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