upgrade to nix 24.11

This commit is contained in:
2025-02-01 10:21:16 +01:00
parent ebe7864384
commit b8980137e3
3 changed files with 6 additions and 10 deletions

View File

@ -28,10 +28,7 @@
#xone.enable = true;
#xpadneo.enable = true;
steam-hardware.enable = true;
opengl.enable = true;
opengl.extraPackages = with pkgs; [
rocm-opencl-icd
];
graphics.enable = true;
};
# Configure network proxy if necessary
@ -90,7 +87,6 @@
services.printing.enable = true;
# Enable sound with pipewire.
sound.enable = true;
hardware.pulseaudio.enable = false;
security.rtkit.enable = true;
services.pipewire = {

8
flake.lock generated
View File

@ -2,16 +2,16 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1735563628,
"narHash": "sha256-OnSAY7XDSx7CtDoqNh8jwVwh4xNL/2HaJxGjryLWzX8=",
"lastModified": 1738163270,
"narHash": "sha256-B/7Y1v4y+msFFBW1JAdFjNvVthvNdJKiN6EGRPnqfno=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "b134951a4c9f3c995fd7be05f3243f8ecd65d798",
"rev": "59e618d90c065f55ae48446f307e8c09565d5ab0",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-24.05",
"ref": "nixos-24.11",
"repo": "nixpkgs",
"type": "github"
}

View File

@ -2,7 +2,7 @@
description = "Nixos config flake";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
# home-manager = {
# url = "github:nix-community/home-manager";