Manually configure hardware

Remove nixos-hardware from inputs
This commit is contained in:
Nettika 2024-07-12 13:26:37 -07:00
parent 27b9a6c48b
commit 3a39d3f991
3 changed files with 50 additions and 33 deletions

17
flake.lock generated
View file

@ -1,21 +1,5 @@
{
"nodes": {
"nixos-hardware": {
"locked": {
"lastModified": 1720737798,
"narHash": "sha256-G/OtEAts7ZUvW5lrGMXSb8HqRp2Jr9I7reBuvCOL54w=",
"owner": "nixos",
"repo": "nixos-hardware",
"rev": "c5013aa7ce2c7ec90acee5d965d950c8348db751",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "master",
"repo": "nixos-hardware",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1720386169,
@ -34,7 +18,6 @@
},
"root": {
"inputs": {
"nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs"
}
}