Add Super Mario 64 Co-op Deluxe
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ self, pkgs, ... }:
|
||||
{ self, pkgs, inputs, ... }:
|
||||
let
|
||||
ffcheck = pkgs.writeShellScriptBin "ffcheck" ''
|
||||
${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
|
||||
discord
|
||||
slack
|
||||
|
Reference in New Issue
Block a user