blob: 3f8dda3c0c5b835b70ed98deb0a90c3a93ff1ac1 (
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;
pkgs = nixpkgs;
}
|