Add nixpkgs-fmt
This commit is contained in:
parent
b5e8cd89dd
commit
57049fe511
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
{ self, pkgs, inputs, secrets, ... }:
|
{ self, pkgs, ... }:
|
||||||
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 -
|
||||||
|
|
@ -79,6 +79,7 @@ in {
|
||||||
pyenv
|
pyenv
|
||||||
gcc
|
gcc
|
||||||
nixd
|
nixd
|
||||||
|
nixpkgs-fmt
|
||||||
|
|
||||||
# Art and 3D
|
# Art and 3D
|
||||||
inkscape
|
inkscape
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue