Add Super Mario 64 Co-op Deluxe

This commit is contained in:
2024-09-15 15:49:06 -07:00
parent 4e905ba555
commit b714df956c
3 changed files with 1741 additions and 3 deletions

1736
flake.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -3,6 +3,7 @@
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05"; nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
shelvacu.url = "git+https://git.uninsane.org/shelvacu/nix-stuff";
}; };
outputs = { self, nixpkgs, ... }@inputs: outputs = { self, nixpkgs, ... }@inputs:

View File

@@ -1,4 +1,4 @@
{ self, pkgs, ... }: { self, pkgs, inputs, ... }:
let let
ffcheck = pkgs.writeShellScriptBin "ffcheck" '' ffcheck = pkgs.writeShellScriptBin "ffcheck" ''
${pkgs.ffmpeg}/bin/ffmpeg -v error -stats -hide_banner -i "$1" -c copy -f null - ${pkgs.ffmpeg}/bin/ffmpeg -v error -stats -hide_banner -i "$1" -c copy -f null -
@@ -62,7 +62,10 @@ in
}; };
}; };
environment.systemPackages = [ ffcheck ] ++ (with pkgs; [ environment.systemPackages = [
ffcheck
inputs.shelvacu.packages.x86_64-linux.sm64coopdx
] ++ (with pkgs; [
# Chat clients # Chat clients
discord discord
slack slack