From b62e8297f3d266313834e7d0d59c9c6886bf5a91 Mon Sep 17 00:00:00 2001 From: networkException Date: Mon, 10 Jul 2023 22:14:24 +0200 Subject: [PATCH] Dependencies: Switch from kekrby's nixos-hardware fork to upstream --- LICENSE | 1 + flake.lock | 10 +++++----- flake.nix | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index eba1320..b384c20 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ MIT License Copyright (c) 2022 kekrby +Copyright (c) 2023 networkException Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/flake.lock b/flake.lock index 9a37641..178adaa 100644 --- a/flake.lock +++ b/flake.lock @@ -2,15 +2,15 @@ "nodes": { "nixos-hardware": { "locked": { - "lastModified": 1677180169, - "narHash": "sha256-tn1pTjPP+H2lAQDb8/Iw/FeZLjAQnSH00rR7MOFKZ9w=", - "owner": "kekrby", + "lastModified": 1688966833, + "narHash": "sha256-9ilzbSwArZmDjT/g1XYD+KYOFfmoS0WOYXSQBvZDIv4=", + "owner": "NixOS", "repo": "nixos-hardware", - "rev": "e964f9f56c01992263c0b8040f989996aa870741", + "rev": "f0984a5a303659bc9b73895c82a85fdfae40b87a", "type": "github" }, "original": { - "owner": "kekrby", + "owner": "NixOS", "repo": "nixos-hardware", "type": "github" } diff --git a/flake.nix b/flake.nix index 34f7828..a38f8da 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; - nixos-hardware.url = "github:kekrby/nixos-hardware"; + nixos-hardware.url = "github:NixOS/nixos-hardware"; }; outputs = { self, nixpkgs, nixos-hardware }: