From 20da2be2d2c95d42152004e23b90e8d399516782 Mon Sep 17 00:00:00 2001 From: Julian Sutter Date: Tue, 9 Jul 2024 11:33:01 -0700 Subject: [PATCH] updates --- flake.lock | 18 +++++++++--------- systems/aurora.nix | 4 +--- systems/common.nix | 1 - 3 files changed, 10 insertions(+), 13 deletions(-) diff --git a/flake.lock b/flake.lock index 36b221f..9e4eeec 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1719180626, - "narHash": "sha256-vZAzm5KQpR6RGple1dzmSJw5kPivES2heCFM+ZWkt0I=", + "lastModified": 1720470846, + "narHash": "sha256-7ftA4Bv5KfH4QdTRxqe8/Hz2YTKo+7IQ9n7vbNWgv28=", "owner": "nix-community", "repo": "home-manager", - "rev": "6b1f90a8ff92e81638ae6eb48cd62349c3e387bb", + "rev": "2fb5c1e0a17bc6059fa09dc411a43d75f35bb192", "type": "github" }, "original": { @@ -22,11 +22,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1719322773, - "narHash": "sha256-BqPxtFwXrpJQDh65NOIHX99pz2rtIMshG9Mt2xnnc5c=", + "lastModified": 1720515935, + "narHash": "sha256-8b+fzR4W2hI5axwB+4nBwoA15awPKkck4ghhCt8v39M=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "caabc425565bbd5c8640630b0bf6974961a49242", + "rev": "a111ce6b537df12a39874aa9672caa87f8677eda", "type": "github" }, "original": { @@ -38,11 +38,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1719254875, - "narHash": "sha256-ECni+IkwXjusHsm9Sexdtq8weAq/yUyt1TWIemXt3Ko=", + "lastModified": 1720418205, + "narHash": "sha256-cPJoFPXU44GlhWg4pUk9oUPqurPlCFZ11ZQPk21GTPU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "2893f56de08021cffd9b6b6dfc70fd9ccd51eb60", + "rev": "655a58a72a6601292512670343087c2d75d859c1", "type": "github" }, "original": { diff --git a/systems/aurora.nix b/systems/aurora.nix index 9f6f751..5715c30 100755 --- a/systems/aurora.nix +++ b/systems/aurora.nix @@ -21,13 +21,11 @@ #scaling #services.xserver.dpi = 227; - hardware.opengl.extraPackages = with pkgs; [ + hardware.graphics.extraPackages = with pkgs; [ rocm-opencl-icd rocm-opencl-runtime amdvlk ]; - hardware.opengl.driSupport = true; - hardware.opengl.driSupport32Bit = true; networking.bridges = { "br0" = { diff --git a/systems/common.nix b/systems/common.nix index 57419be..abdf979 100755 --- a/systems/common.nix +++ b/systems/common.nix @@ -116,7 +116,6 @@ virt-manager adoptopenjdk-icedtea-web javaPackages.openjfx17 - jdk19 s-tui stress wget