format with alejandra
This commit is contained in:
parent
9915af6522
commit
28043aded9
35 changed files with 578 additions and 589 deletions
|
|
@ -1,9 +1,8 @@
|
|||
final: prev: {
|
||||
widevine-helium =
|
||||
if prev.stdenv.hostPlatform.system == "aarch64-linux" then
|
||||
prev.callPackage ./helium-browser/widevine-aarch64-linux.nix { }
|
||||
else
|
||||
null;
|
||||
if prev.stdenv.hostPlatform.system == "aarch64-linux"
|
||||
then prev.callPackage ./helium-browser/widevine-aarch64-linux.nix {}
|
||||
else null;
|
||||
|
||||
# helium-browser =
|
||||
# prev.callPackage
|
||||
|
|
@ -16,7 +15,7 @@ final: prev: {
|
|||
# }) { };
|
||||
# };
|
||||
|
||||
spotify-webapp = prev.callPackage (builtins.path { path = ./spotify/package.nix; }) { };
|
||||
spotify-webapp = prev.callPackage (builtins.path {path = ./spotify/package.nix;}) {};
|
||||
|
||||
spotifyd = prev.callPackage (builtins.path { path = ./spotifyd/package.nix; }) { };
|
||||
spotifyd = prev.callPackage (builtins.path {path = ./spotifyd/package.nix;}) {};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue