microsoft/surface: remove repos.nix file and update README

This commit is contained in:
Andre
2025-04-11 14:54:03 -04:00
parent 9726adf371
commit bb295c09d9
3 changed files with 44 additions and 32 deletions

View File

@@ -1,9 +0,0 @@
{ fetchFromGitHub, rev, hash }:
{
linux-surface = fetchFromGitHub {
owner = "linux-surface";
repo = "linux-surface";
rev = rev;
hash = hash;
};
}