mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +01:00
Fix for unexpected recursion error
Might be related to how these packages access "pkgs" ?
This commit is contained in:
parent
3de7b6e0c5
commit
50ce82cc84
2 changed files with 6 additions and 10 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, pkgs, fetchFromGitHub, fetchurl }: {
|
||||
{ fetchFromGitHub, fetchurl }: {
|
||||
# This is the owner and repo for the pre-patched kernel from the "linux-surface" project:
|
||||
linux-surface-kernel = { rev, sha256 }:
|
||||
fetchFromGitHub {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue