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

8
flake.lock generated
View File

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

View File

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