move autopelago and it's dependencies to a folder
This commit is contained in:
parent
2db6d6ffac
commit
3599b1304c
3 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ pkgs.buildDotnetModule {
|
||||||
dotnet-sdk = pkgs.dotnetCorePackages.sdk_9_0;
|
dotnet-sdk = pkgs.dotnetCorePackages.sdk_9_0;
|
||||||
dotnet-runtime = pkgs.dotnetCorePackages.runtime_9_0;
|
dotnet-runtime = pkgs.dotnetCorePackages.runtime_9_0;
|
||||||
|
|
||||||
nugetDeps = ./autopelago_deps.json;
|
nugetDeps = ./deps.json;
|
||||||
|
|
||||||
selfContainedBuild = true;
|
selfContainedBuild = true;
|
||||||
|
|
||||||
|
|
@ -22,7 +22,7 @@ forAllSystems (
|
||||||
call = path: import path { inherit pkgs system; };
|
call = path: import path { inherit pkgs system; };
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
autopelago = call ./autopelago.nix;
|
autopelago = call ./autopelago;
|
||||||
melonloader = call ./melon.nix;
|
melonloader = call ./melon.nix;
|
||||||
fuzzel-launch = call ./fuzzel-launch.nix;
|
fuzzel-launch = call ./fuzzel-launch.nix;
|
||||||
fuzzel-power = call ./fuzzel-power.nix;
|
fuzzel-power = call ./fuzzel-power.nix;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue