1
0
Fork 0

feat(nix): add nixos-hardware for framework 16

This commit is contained in:
Lucas Sta Maria 2025-09-08 19:08:37 -04:00
parent 5ff66db281
commit 92ccb0b490
Signed by: lucas
GPG key ID: F07FB16A826E3B47
2 changed files with 28 additions and 6 deletions

17
flake.lock generated
View file

@ -162,6 +162,22 @@
"type": "github"
}
},
"nixos-hardware": {
"locked": {
"lastModified": 1757103352,
"narHash": "sha256-PtT7ix43ss8PONJ1VJw3f6t2yAoGH+q462Sn8lrmWmk=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "11b2a10c7be726321bb854403fdeec391e798bf0",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "master",
"repo": "nixos-hardware",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1741379970,
@ -199,6 +215,7 @@
"agenix": "agenix",
"flake-utils": "flake-utils_2",
"home-manager": "home-manager_2",
"nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs_2"
}
},