From 6486faa521a522a4fdd81a409599cdbae6cb0c71 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 25 Aug 2023 09:34:03 -0400 Subject: flake: remove nixos-hardware --- flake.lock | 16 ---------------- flake.nix | 1 - hosts/default.nix | 3 --- 3 files changed, 20 deletions(-) diff --git a/flake.lock b/flake.lock index 20d1a34..9af7e64 100644 --- a/flake.lock +++ b/flake.lock @@ -366,21 +366,6 @@ "type": "github" } }, - "nixos-hardware": { - "locked": { - "lastModified": 1692373088, - "narHash": "sha256-EPgCecdc9I8aTdmDNoO1l7R72r2WPhZRcesV4nzxBj8=", - "owner": "NixOS", - "repo": "nixos-hardware", - "rev": "7f1836531b126cfcf584e7d7d71bf8758bb58969", - "type": "github" - }, - "original": { - "owner": "NixOS", - "repo": "nixos-hardware", - "type": "github" - } - }, "nixos-wsl": { "inputs": { "flake-compat": [ @@ -564,7 +549,6 @@ "hm": "hm", "lanzaboote": "lanzaboote", "nix-index-database": "nix-index-database", - "nixos-hardware": "nixos-hardware", "nixos-wsl": "nixos-wsl", "nixpkgs": "nixpkgs", "nixpkgs-stable": "nixpkgs-stable", diff --git a/flake.nix b/flake.nix index 8d5927d..4c439ed 100644 --- a/flake.nix +++ b/flake.nix @@ -104,7 +104,6 @@ inputs.flake-utils.follows = "flake-utils"; }; - nixos-hardware.url = "github:NixOS/nixos-hardware"; nur.url = "github:nix-community/NUR"; openwrt-imagebuilder = { diff --git a/hosts/default.nix b/hosts/default.nix index 88f407e..7ec2742 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -18,9 +18,6 @@ nixosConfigurations = mapSystems { glados = { modules = with inputs; [ - nixos-hardware.nixosModules.common-cpu-amd-pstate - nixos-hardware.nixosModules.common-gpu-nvidia-nonprime - nixos-hardware.nixosModules.common-pc-ssd lanzaboote.nixosModules.lanzaboote ]; profile = profiles.personal; -- cgit v1.2.3