chore: update flake.lock
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-02-06 08:53:25 -05:00
parent eb9ba2a7a4
commit ed260d8743
3 changed files with 0 additions and 13 deletions

View file

@ -2,25 +2,12 @@
config,
lib,
modulesPath,
nixpkgs-nvidia-fix,
pkgs,
...
}: {
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
imports = [(modulesPath + "/installer/scan/not-detected.nix")];
# FIXME: remove this once PR reaches unstable
nixpkgs.overlays = [
(self: super: (let
patched-pkgs = import nixpkgs-nvidia-fix {
inherit (self) system;
config.allowUnfree = true;
};
in {
linuxPackages_zen = patched-pkgs.linuxPackages_zen;
}))
];
boot = {
kernelPackages = pkgs.linuxPackages_zen;
kernelModules = ["kvm-amd"];

Binary file not shown.

BIN
flake.nix

Binary file not shown.