Add Super Mario 64 Co-op Deluxe
This commit is contained in:
1736
flake.lock
generated
1736
flake.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -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:
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user