Update system

This commit is contained in:
2024-06-23 20:09:49 -05:00
parent 10e08a1fd8
commit c2744d9814
2 changed files with 3 additions and 3 deletions

4
flake.lock generated
View File

@@ -2,8 +2,8 @@
"nodes": { "nodes": {
"currentSystem": { "currentSystem": {
"locked": { "locked": {
"lastModified": 1717805060, "lastModified": 1717721450,
"narHash": "sha256-jgZROz6KZg2bOy4PGGd/vzpmn7v22+C+2Ivwfk26OXo=", "narHash": "sha256-V2OISNdFOCaFrUjA6fLVe3HsZC9nn7vMjGfhKSHTRIk=",
"path": "/etc/nixos/hostname", "path": "/etc/nixos/hostname",
"type": "path" "type": "path"
}, },

View File

@@ -16,7 +16,7 @@
}; };
}; };
hardware.opengl.extraPackages = with pkgs; [ hardware.graphics.extraPackages = with pkgs; [
rocmPackages.clr.icd rocmPackages.clr.icd
]; ];