asahi: switch to fairydust kernel, alien: switch to vanilla kernel

This commit is contained in:
Sean Kovacs 2026-01-14 11:50:02 -05:00
commit 9248f86afd
Signed by: sckova
GPG key ID: 00F325187C68651A
5 changed files with 79 additions and 8 deletions

View file

@ -1,3 +1,4 @@
final: prev: {
spotify-webapp = prev.callPackage (builtins.path {path = ./spotify/package.nix;}) {};
linux-asahi = prev.callPackage (builtins.path {path = ./linux-fairydust/package.nix;}) {};
}