Add back NixOS hardware, possibly for testing Pis in the future

This commit is contained in:
Bun 2025-05-21 21:15:32 -04:00
parent 81a49a9e77
commit 493001ab76
2 changed files with 18 additions and 0 deletions

16
flake.lock generated
View file

@ -243,6 +243,21 @@
"type": "github" "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": { "hm": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
@ -509,6 +524,7 @@
"blender": "blender", "blender": "blender",
"disko": "disko", "disko": "disko",
"flake-utils": "flake-utils", "flake-utils": "flake-utils",
"hardware": "hardware",
"hm": "hm", "hm": "hm",
"impermanence": "impermanence", "impermanence": "impermanence",
"jovian": "jovian", "jovian": "jovian",

View file

@ -21,6 +21,8 @@
}; };
# Hardware specific # Hardware specific
hardware.url = "github:NixOS/nixos-hardware";
jovian = { jovian = {
url = "github:Jovian-Experiments/Jovian-NixOS"; url = "github:Jovian-Experiments/Jovian-NixOS";
inputs.nixpkgs.follows = "unstable"; inputs.nixpkgs.follows = "unstable";