mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +01:00
9 lines
No EOL
165 B
Nix
9 lines
No EOL
165 B
Nix
{ fetchFromGitHub, rev, hash }:
|
|
{
|
|
linux-surface = fetchFromGitHub {
|
|
owner = "linux-surface";
|
|
repo = "linux-surface";
|
|
rev = rev;
|
|
hash = hash;
|
|
};
|
|
} |