Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at flake-libs 6 lines 116 B view raw
1{ callPackage }: 2 3{ 4 bashup-events32 = callPackage ./3.2.nix { }; 5 bashup-events44 = callPackage ./4.4.nix { }; 6}