Dependencies: Switch from kekrby's nixos-hardware fork to upstream

This commit is contained in:
networkException 2023-07-10 22:14:24 +02:00
parent 749e828824
commit b62e8297f3
No known key found for this signature in database
GPG key ID: E3877443AE684391
3 changed files with 7 additions and 6 deletions

View file

@ -1,6 +1,7 @@
MIT License
Copyright (c) 2022 kekrby
Copyright (c) 2023 networkException <git@nwex.de>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

10
flake.lock generated
View file

@ -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"
}

View file

@ -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 }: