Updated system (& temp remove stuff that doesn't build)

This commit is contained in:
Emmet
2025-01-25 21:10:05 -06:00
parent 2b5c68a6c6
commit 6aafa4a6af
5 changed files with 61 additions and 57 deletions

View File

@ -53,7 +53,7 @@
# create patched nixpkgs
nixpkgs-patched =
(import inputs.nixpkgs { system = systemSettings.system; rocmSupport = (if systemSettings.gpu == "amd" then true else false); }).applyPatches {
(import inputs.nixpkgs { system = systemSettings.system; }).applyPatches {
name = "nixpkgs-patched";
src = inputs.nixpkgs;
patches = [ ];