From 823636d552f2ae09a9a5ef4cf5b2dcc819b3f76c Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Thu, 19 Jan 2023 09:54:10 +0100 Subject: [PATCH] Remove override inputs Removed ovverride inputs for nixos-hardware and flake-utils-plus --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index 96d27ea..cf962b5 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,6 @@ nixos-hardware = { url = "github:NixOS/nixos-hardware/master"; - inputs.nixpkgs.follows = "nixpkgs"; }; home-manager = { @@ -23,7 +22,6 @@ flake-utils-plus = { url = "github:gytis-ivaskevicius/flake-utils-plus"; - inputs.nixpkgs.follows = "nixpkgs"; }; emacs-overlay = {