1
0
Fork 0
packages/default.nix

9 lines
81 B
Nix

{ pkgs ? import <nixpkgs> { } }:
let
inherit (pkgs) callPackage;
in rec {
}