mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +01:00
Port of linux-surface/linux-surface Kernel patches to NixOS (#221)
This commit is contained in:
parent
874830945a
commit
a0d8383c42
9 changed files with 286 additions and 0 deletions
8
microsoft/surface/repos.nix
Normal file
8
microsoft/surface/repos.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ lib, pkgs, fetchgit }:
|
||||
{
|
||||
linux-surface = fetchgit {
|
||||
url="https://github.com/linux-surface/linux-surface.git";
|
||||
rev="25ab2cf75e5eda5ab9739db1907300010c06dacf";
|
||||
sha256="0h8624d7ix1p6ysw9bllmnnwnv164z8xkx56zj3vdczn91vmqcf9";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue