about summary refs log tree commit diff
path: root/users/fcuny/default.nix
blob: 05d1444dea0d28e788b5789f504c6765b48104ef (plain) (blame)
1
2
3
4
5
{ pkgs }:

pkgs.lib.makeScope pkgs.newScope (pkgs: {
  resume = pkgs.callPackage ./resume { };
})