-slippi netplay
This commit is contained in:
parent
cccdcaea5e
commit
6450344ae2
40
flake.lock
40
flake.lock
|
@ -248,45 +248,7 @@
|
|||
"nixpkgs": "nixpkgs",
|
||||
"nixpkgs-unstable": "nixpkgs-unstable",
|
||||
"nixprof": "nixprof",
|
||||
"plasma-manager": "plasma-manager",
|
||||
"ssbm-nix": "ssbm-nix"
|
||||
}
|
||||
},
|
||||
"slippi-desktop": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1713234497,
|
||||
"narHash": "sha256-UOZo3YybBldkn1McZRr0oAYEieTtjCGgcA4YqpEOyXI=",
|
||||
"owner": "project-slippi",
|
||||
"repo": "slippi-desktop-app",
|
||||
"rev": "ae8bb69e235b6e46b24bc966aeaa80f45030c6f9",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "project-slippi",
|
||||
"repo": "slippi-desktop-app",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"ssbm-nix": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"nixpkgs-unstable"
|
||||
],
|
||||
"slippi-desktop": "slippi-desktop"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1716565139,
|
||||
"narHash": "sha256-kjfc9Mg/YdY8OQU+Irm8v9iIhtgIw5qW/6VAehjW6GA=",
|
||||
"owner": "lytedev",
|
||||
"repo": "ssbm-nix",
|
||||
"rev": "922b91f3f9c0dbdf2ce17921dfc07872d7d41c4b",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "lytedev",
|
||||
"repo": "ssbm-nix",
|
||||
"type": "github"
|
||||
"plasma-manager": "plasma-manager"
|
||||
}
|
||||
},
|
||||
"systems": {
|
||||
|
|
|
@ -18,10 +18,6 @@
|
|||
url = "github:isovector/cornelis/";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
ssbm-nix = {
|
||||
url = "github:lytedev/ssbm-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
};
|
||||
nixprof = {
|
||||
url = "github:Kha/nixprof";
|
||||
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 =
|
||||
{
|
||||
nix.registry.nixpkgs.flake = nixpkgs;
|
||||
|
@ -59,7 +55,6 @@
|
|||
agda = agda.packages.${system}.default;
|
||||
cornelis = cornelis.packages.${system}.cornelis;
|
||||
cornelis-vim = cornelis.packages.${system}.cornelis-vim;
|
||||
slippi-netplay = ssbm-nix.packages.${system}.slippi-netplay;
|
||||
rc2nix = plasma-manager.packages.${system}.rc2nix;
|
||||
nixprof = nixprof.packages.${system}.nixprof;
|
||||
sax2nf = self.packages.${system}.sax2nf;
|
||||
|
@ -78,7 +73,6 @@
|
|||
};
|
||||
base-modules = [
|
||||
nix-config-module
|
||||
ssbm-nix.nixosModule
|
||||
home-manager.nixosModules.home-manager
|
||||
];
|
||||
in {
|
||||
|
|
|
@ -73,7 +73,6 @@
|
|||
unstable.zoom-us
|
||||
extra.sax2nf
|
||||
extra.cornelis
|
||||
extra.slippi-netplay
|
||||
unstable.kicad
|
||||
extra.renoise
|
||||
extra.nixprof
|
||||
|
|
|
@ -40,12 +40,8 @@
|
|||
enable = true;
|
||||
settings.general.renice = 20;
|
||||
};
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
programs.steam.enable = true;
|
||||
ssbm.gcc = {
|
||||
rules.enable = true;
|
||||
oc-kmod.enable = true;
|
||||
};
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
hardware.logitech.wireless.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user