From 4d5f980c4d39d0a0200bc56a889a2fd4c5e93170 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Fri, 30 Aug 2024 18:27:38 +0200 Subject: [PATCH] fix: nixos hardware didn't depend on nixos --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 0eb9557..4ea97a4 100644 --- a/flake.nix +++ b/flake.nix @@ -46,7 +46,6 @@ hardware = { url = "github:NixOS/nixos-hardware/master"; - inputs.nixpkgs.follows = "nixpkgs"; }; };