refactor flake structure

This commit is contained in:
ulic-youthlic 2025-05-03 11:35:18 +08:00
parent 3412ecb175
commit 66a2700943
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
9 changed files with 207 additions and 177 deletions

View file

@ -1,6 +1,5 @@
{outputs, ...}: final: prev: let
inherit (final) stdenv;
inherit (stdenv.hostPlatform) system;
inherit (prev.stdenv.hostPlatform) system;
in {
juicity = outputs.packages."${system}".juicity;
}

View file

@ -1,6 +1,5 @@
{outputs, ...}: final: prev: let
inherit (final) stdenv;
inherit (stdenv.hostPlatform) system;
inherit (prev.stdenv.hostPlatform) system;
in {
spotify = outputs.packages."${system}".spotifyx;
}