From 29e8287b4ddf2d35ab642fa1c1c8fc5a32b63401 Mon Sep 17 00:00:00 2001 From: Nydragon Date: Tue, 28 May 2024 15:31:11 +0900 Subject: [PATCH] revert: remove nixos-hardware as non-functional on wayland --- flake.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/flake.nix b/flake.nix index 37cc6aa..dff7a12 100644 --- a/flake.nix +++ b/flake.nix @@ -11,12 +11,7 @@ }; outputs = - inputs@{ - self, - nixpkgs, - nixos-hardware, - ... - }: + inputs@{ self, nixpkgs, ... }: let inherit (self) outputs; @@ -35,7 +30,7 @@ inherit system; modules = [ ./hosts/marr/configuration.nix - nixos-hardware.nixosModules.dell-xps-15-9510-nvidia + #inputs.nixos-hardware.nixosModules.dell-xps-15-9510-nvidia ]; specialArgs = { inherit