rix101/apps/default.nix

9 lines
214 B
Nix
Raw Normal View History

2023-02-19 12:54:02 +01:00
# Custom apps, that can be defined similarly to ones from nixpkgs
# You can build them using 'nix run .#example'
{ pkgs ? (import ../nixpkgs.nix) { }
, ...
}: {
# example = import ./example { inherit pkgs; };
}