From 174e8624ffeb6e9d13f559390b2a01db080388f0 Mon Sep 17 00:00:00 2001 From: Andre Date: Fri, 24 May 2024 18:22:29 -0400 Subject: [PATCH] =?UTF-8?q?I'll=20make=20my=20own=20nixos-hardware,=20with?= =?UTF-8?q?=20blackjack,=20and=20h=E2=80=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flake.lock | 20 ++++++++++---------- flake.nix | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/flake.lock b/flake.lock index fa9bc05..61fba2d 100644 --- a/flake.lock +++ b/flake.lock @@ -264,18 +264,18 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1716522390, - "narHash": "sha256-m7PeeSOk/Lov702wXTmImwrK/YZXb7ymYgkeoBLvsJg=", - "owner": "8bitbuddhist", - "repo": "nixos-hardware", - "rev": "98564f268e74658d3620bd8eac09d8a0cd211671", - "type": "github" + "lastModified": 1716588418, + "narHash": "sha256-3EpFUFlZjE+UkBlSXp2lC65ysgUmpAHl13kjh45+et0=", + "ref": "master", + "rev": "80736f76ded618a54dce2db319247aeb902ce795", + "revCount": 1683, + "type": "git", + "url": "https://code.8bitbuddhism.com/aires/nixos-hardware" }, "original": { - "owner": "8bitbuddhist", - "ref": "lenovo-16ARHA7-remove-speaker-fix", - "repo": "nixos-hardware", - "type": "github" + "ref": "master", + "type": "git", + "url": "https://code.8bitbuddhism.com/aires/nixos-hardware" } }, "nixpkgs": { diff --git a/flake.nix b/flake.nix index d38c173..1aafa00 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,7 @@ nix-flatpak.url = "github:gmodena/nix-flatpak/v0.4.1"; # Hardware configurations - nixos-hardware.url = "github:8bitbuddhist/nixos-hardware/lenovo-16ARHA7-remove-speaker-fix"; + nixos-hardware.url = "git+https://code.8bitbuddhism.com/aires/nixos-hardware?ref=master"; # Home-manager home-manager = {