mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-15 07:29:41 +01: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=";
|
||
|
}
|