packages/default.nix

9 lines
81 B
Nix
Raw Normal View History

2021-03-13 21:34:32 +01:00
{ pkgs ? import <nixpkgs> { } }:
let
inherit (pkgs) callPackage;
in rec {
}