minisforum/v3: init

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
eum3l
2024-10-30 22:00:08 +01:00
committed by mergify[bot]
parent be00f01542
commit d3986e7885
8 changed files with 166 additions and 3 deletions

8
minisforum/v3/src.nix Normal file
View File

@@ -0,0 +1,8 @@
# 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=";
}