mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +08:00
9 lines
276 B
Nix
9 lines
276 B
Nix
# Outsource (MIT License) for aspm_v3.sh and dsdt.dsl
|
|
{ fetchFromGitHub, ... }:
|
|
fetchFromGitHub {
|
|
owner = "eum3l";
|
|
repo = "minisforum-v3-nixos-hardware";
|
|
rev = "7a94dbac701640cef91ec5b1873868a512718f09";
|
|
hash = "sha256-V23Vuw/DV0l2c0m2hBnjZ2uey0KMeAdymnlLqXbFFUM=";
|
|
}
|