nixos-config/pkgs/default.nix

6 lines
75 B
Nix
Raw Normal View History

{ pkgs ? <nixpkgs> }:
{
libcs50 = pkgs.callPackage ./libcs50.nix { };
}