pkgs: add diff-flake

This is a nice helper to know what has changed after bumping a flake's
inputs.
This commit is contained in:
Bruno BELANYI 2021-04-25 12:12:37 +00:00
parent 9612258118
commit 7d91351c8e
3 changed files with 160 additions and 0 deletions

View file

@ -1,5 +1,7 @@
{ pkgs }:
rec {
diff-flake = pkgs.callPackage ./diff-flake { };
havm = pkgs.callPackage ./havm { };
lohr = pkgs.callPackage ./lohr { };