WIP melee mode

This commit is contained in:
Daniel Flanagan 2023-10-03 17:14:15 -05:00
parent 2305b6903f
commit af72c94d8a
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4
2 changed files with 5 additions and 8 deletions

View file

@ -493,7 +493,6 @@
"nix-colors": "nix-colors",
"nixpkgs-stable": "nixpkgs-stable",
"nixpkgs-unstable": "nixpkgs-unstable",
"slippi-desktop": "slippi-desktop",
"sops-nix": "sops-nix",
"ssbm": "ssbm"
}
@ -562,9 +561,7 @@
"inputs": {
"nix": "nix",
"nixpkgs": "nixpkgs_8",
"slippi-desktop": [
"slippi-desktop"
]
"slippi-desktop": "slippi-desktop"
},
"locked": {
"lastModified": 1692992594,

View file

@ -14,10 +14,10 @@
# TODO: do I really need this in the root of my flake if _only_ beefcake uses it?
api-lyte-dev.url = "git+ssh://gitea@git.lyte.dev/lytedev/api.lyte.dev.git";
# track slippi-desktop version in my own flake instead of waiting for the upstream repo to update
slippi-desktop.url = "github:project-slippi/slippi-desktop-app";
slippi-desktop.flake = false;
ssbm.inputs.slippi-desktop.follows = "slippi-desktop";
# need to bump ishiiruka upstream I think
# slippi-desktop.url = "github:project-slippi/slippi-desktop-app";
# slippi-desktop.flake = false;
# ssbm.inputs.slippi-desktop.follows = "slippi-desktop";
};
outputs = {