-slippi netplay

This commit is contained in:
Rachel Lambda Samuelsson 2024-10-16 14:33:47 +02:00
parent cccdcaea5e
commit 5b41b1dc80
3 changed files with 18 additions and 11 deletions

View File

@ -194,6 +194,22 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs_2": {
"locked": {
"lastModified": 1728888510,
"narHash": "sha256-nsNdSldaAyu6PE3YUA+YQLqUDJh+gRbBooMMekZJwvI=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "a3c0b3b21515f74fd2665903d4ce6bc4dc81c77c",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixprof": { "nixprof": {
"inputs": { "inputs": {
"flake-utils": "flake-utils_3", "flake-utils": "flake-utils_3",
@ -270,9 +286,7 @@
}, },
"ssbm-nix": { "ssbm-nix": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": "nixpkgs_2",
"nixpkgs-unstable"
],
"slippi-desktop": "slippi-desktop" "slippi-desktop": "slippi-desktop"
}, },
"locked": { "locked": {

View File

@ -18,10 +18,6 @@
url = "github:isovector/cornelis/"; url = "github:isovector/cornelis/";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
ssbm-nix = {
url = "github:lytedev/ssbm-nix";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
nixprof = { nixprof = {
url = "github:Kha/nixprof"; url = "github:Kha/nixprof";
inputs.nixpkgs.follows = "nixpkgs-unstable"; inputs.nixpkgs.follows = "nixpkgs-unstable";
@ -33,7 +29,7 @@
}; };
}; };
outputs = { self, nixpkgs, nixpkgs-unstable, home-manager, agda, cornelis, ssbm-nix, plasma-manager, flake-utils, nixprof }: outputs = { self, nixpkgs, nixpkgs-unstable, home-manager, agda, cornelis, plasma-manager, flake-utils, nixprof }:
let nix-config-module = let nix-config-module =
{ {
nix.registry.nixpkgs.flake = nixpkgs; nix.registry.nixpkgs.flake = nixpkgs;
@ -59,7 +55,6 @@
agda = agda.packages.${system}.default; agda = agda.packages.${system}.default;
cornelis = cornelis.packages.${system}.cornelis; cornelis = cornelis.packages.${system}.cornelis;
cornelis-vim = cornelis.packages.${system}.cornelis-vim; cornelis-vim = cornelis.packages.${system}.cornelis-vim;
slippi-netplay = ssbm-nix.packages.${system}.slippi-netplay;
rc2nix = plasma-manager.packages.${system}.rc2nix; rc2nix = plasma-manager.packages.${system}.rc2nix;
nixprof = nixprof.packages.${system}.nixprof; nixprof = nixprof.packages.${system}.nixprof;
sax2nf = self.packages.${system}.sax2nf; sax2nf = self.packages.${system}.sax2nf;
@ -78,7 +73,6 @@
}; };
base-modules = [ base-modules = [
nix-config-module nix-config-module
ssbm-nix.nixosModule
home-manager.nixosModules.home-manager home-manager.nixosModules.home-manager
]; ];
in { in {

View File

@ -73,7 +73,6 @@
unstable.zoom-us unstable.zoom-us
extra.sax2nf extra.sax2nf
extra.cornelis extra.cornelis
extra.slippi-netplay
unstable.kicad unstable.kicad
extra.renoise extra.renoise
extra.nixprof extra.nixprof