WIP melee mode
This commit is contained in:
parent
2305b6903f
commit
af72c94d8a
2 changed files with 5 additions and 8 deletions
|
@ -493,7 +493,6 @@
|
||||||
"nix-colors": "nix-colors",
|
"nix-colors": "nix-colors",
|
||||||
"nixpkgs-stable": "nixpkgs-stable",
|
"nixpkgs-stable": "nixpkgs-stable",
|
||||||
"nixpkgs-unstable": "nixpkgs-unstable",
|
"nixpkgs-unstable": "nixpkgs-unstable",
|
||||||
"slippi-desktop": "slippi-desktop",
|
|
||||||
"sops-nix": "sops-nix",
|
"sops-nix": "sops-nix",
|
||||||
"ssbm": "ssbm"
|
"ssbm": "ssbm"
|
||||||
}
|
}
|
||||||
|
@ -562,9 +561,7 @@
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nix": "nix",
|
"nix": "nix",
|
||||||
"nixpkgs": "nixpkgs_8",
|
"nixpkgs": "nixpkgs_8",
|
||||||
"slippi-desktop": [
|
"slippi-desktop": "slippi-desktop"
|
||||||
"slippi-desktop"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1692992594,
|
"lastModified": 1692992594,
|
||||||
|
|
|
@ -14,10 +14,10 @@
|
||||||
# TODO: do I really need this in the root of my flake if _only_ beefcake uses it?
|
# 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";
|
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
|
# need to bump ishiiruka upstream I think
|
||||||
slippi-desktop.url = "github:project-slippi/slippi-desktop-app";
|
# slippi-desktop.url = "github:project-slippi/slippi-desktop-app";
|
||||||
slippi-desktop.flake = false;
|
# slippi-desktop.flake = false;
|
||||||
ssbm.inputs.slippi-desktop.follows = "slippi-desktop";
|
# ssbm.inputs.slippi-desktop.follows = "slippi-desktop";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = {
|
outputs = {
|
||||||
|
|
Loading…
Reference in a new issue