From c2744d9814a2e4163a0e13ebf5cb70b0d8dd574e Mon Sep 17 00:00:00 2001 From: Ethan Simmons Date: Sun, 23 Jun 2024 20:09:49 -0500 Subject: [PATCH] Update system --- flake.lock | 4 ++-- hosts/ankaa/system.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index f8552d1..15543d1 100644 --- a/flake.lock +++ b/flake.lock @@ -2,8 +2,8 @@ "nodes": { "currentSystem": { "locked": { - "lastModified": 1717805060, - "narHash": "sha256-jgZROz6KZg2bOy4PGGd/vzpmn7v22+C+2Ivwfk26OXo=", + "lastModified": 1717721450, + "narHash": "sha256-V2OISNdFOCaFrUjA6fLVe3HsZC9nn7vMjGfhKSHTRIk=", "path": "/etc/nixos/hostname", "type": "path" }, diff --git a/hosts/ankaa/system.nix b/hosts/ankaa/system.nix index 3ed07ad..f25967d 100644 --- a/hosts/ankaa/system.nix +++ b/hosts/ankaa/system.nix @@ -16,7 +16,7 @@ }; }; - hardware.opengl.extraPackages = with pkgs; [ + hardware.graphics.extraPackages = with pkgs; [ rocmPackages.clr.icd ];