Skip to content

Commit

Permalink
Fix some nix flake check errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
kurnevsky committed Dec 16, 2024
1 parent 01e43e9 commit 0b3de01
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
9 changes: 1 addition & 8 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -184,13 +184,6 @@
(llamaOverride pkgs config inputs.llama-cpp.packages.${pkgs.system}.default)
];
};
llamaOpencl =
{ pkgs, config, ... }:
{
environment.systemPackages = [
(llamaOverride pkgs config inputs.llama-cpp.packages.${pkgs.system}.opencl)
];
};
llamaRocm =
gpuTargets:
{ pkgs, config, ... }:
Expand All @@ -212,7 +205,7 @@
modules = desktopModules ++ [
./machines/dell/configuration.nix
./machines/dell/hardware-configuration.nix
llamaOpencl
llamaDefault
];
};
evo = inputs.nixpkgs.lib.nixosSystem {
Expand Down
5 changes: 1 addition & 4 deletions machines/acer/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,7 @@
};

hardware = {
bluetooth = {
enable = true;
package = pkgs.bluezFull;
};
bluetooth.enable = true;
graphics.enable = true;
cpu.intel.updateMicrocode = true;
};
Expand Down
1 change: 0 additions & 1 deletion modules/pinephone.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
megapixels
]
++ (with pkgs.kdePackages; [
index
qmlkonsole
okular
]);
Expand Down

0 comments on commit 0b3de01

Please sign in to comment.