1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Remove override inputs

Removed ovverride inputs for nixos-hardware and flake-utils-plus
This commit is contained in:
Stefan Ellmauthaler 2023-01-19 09:54:10 +01:00
parent abb6b00c25
commit 823636d552
Failed to extract signature

View File

@ -13,7 +13,6 @@
nixos-hardware = { nixos-hardware = {
url = "github:NixOS/nixos-hardware/master"; url = "github:NixOS/nixos-hardware/master";
inputs.nixpkgs.follows = "nixpkgs";
}; };
home-manager = { home-manager = {
@ -23,7 +22,6 @@
flake-utils-plus = { flake-utils-plus = {
url = "github:gytis-ivaskevicius/flake-utils-plus"; url = "github:gytis-ivaskevicius/flake-utils-plus";
inputs.nixpkgs.follows = "nixpkgs";
}; };
emacs-overlay = { emacs-overlay = {