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
|
||||
ffcheck = pkgs.writeShellScriptBin "ffcheck" ''
|
||||
${pkgs.ffmpeg}/bin/ffmpeg -v error -stats -hide_banner -i "$1" -c copy -f null -
|
||||
|
|
@ -79,6 +79,7 @@ in {
|
|||
pyenv
|
||||
gcc
|
||||
nixd
|
||||
nixpkgs-fmt
|
||||
|
||||
# Art and 3D
|
||||
inkscape
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue