summaryrefslogtreecommitdiff
path: root/pkgs/default.nix
blob: f9d50c091bf70b92fd31ddd7e81b969d57134773 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ nixpkgs ? (import ./../inputs.nix {}).nixpkgs }:

{
  inherit (nixpkgs)
    galmon-core galmon-full almanac rustex
    kijetesantakaluotokieni showrt isabelle-utils isabat
    travelynx crs-tracker crs-php bahnhof-name matrix-to
    hikari_unstable heartwood radicle-interface radicle-tui
    inweb nomsring bookwyrm mollysocket git-annex-remote-remarkable2
    ntfy-matrix-bot transport_validator;

  pkgs = nixpkgs;
}