summaryrefslogtreecommitdiff
path: root/pkgs/default.nix
blob: 9e4b3b45466c18dda7650849e0e83f2958d2983b (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 mergiraf git-who;

  pkgs = nixpkgs;
}