From 265b1ab0490ad33f2161f418922614a16562ed77 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Mon, 2 Dec 2024 23:08:34 +0100 Subject: [PATCH] Remove nixos-hardware input override --- flake.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 961f196..b0c370d 100644 --- a/flake.nix +++ b/flake.nix @@ -12,10 +12,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - hardware = { - url = "github:nixos/nixos-hardware"; - inputs.nixpkgs.follows = "nixpkgs"; - }; + hardware.url = "github:nixos/nixos-hardware"; disko = { url = "github:nix-community/disko";