misc changes

This commit is contained in:
Sean Kovacs 2026-01-14 15:48:07 -05:00
commit 766115ee4b
Signed by: sckova
GPG key ID: 00F325187C68651A
6 changed files with 7 additions and 5 deletions

View file

@ -1,4 +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;}) {};
spotify-webapp = final.callPackage ./spotify-webapp {};
linux-asahi = final.callPackage ./linux-asahi {};
}