Add back NixOS hardware, possibly for testing Pis in the future
This commit is contained in:
parent
81a49a9e77
commit
493001ab76
2 changed files with 18 additions and 0 deletions
16
flake.lock
generated
16
flake.lock
generated
|
@ -243,6 +243,21 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"hardware": {
|
||||
"locked": {
|
||||
"lastModified": 1747860404,
|
||||
"narHash": "sha256-9IMwxC4g1AyhOHTx8iTimoKnyzl9Rk2OJZiDtFoF3pA=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixos-hardware",
|
||||
"rev": "2b9118883d29290a1b16ae3a12aedc478dae2546",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"repo": "nixos-hardware",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"hm": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
|
@ -509,6 +524,7 @@
|
|||
"blender": "blender",
|
||||
"disko": "disko",
|
||||
"flake-utils": "flake-utils",
|
||||
"hardware": "hardware",
|
||||
"hm": "hm",
|
||||
"impermanence": "impermanence",
|
||||
"jovian": "jovian",
|
||||
|
|
|
@ -21,6 +21,8 @@
|
|||
};
|
||||
|
||||
# Hardware specific
|
||||
hardware.url = "github:NixOS/nixos-hardware";
|
||||
|
||||
jovian = {
|
||||
url = "github:Jovian-Experiments/Jovian-NixOS";
|
||||
inputs.nixpkgs.follows = "unstable";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue