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

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

  blog = pkgs.callPackage ./blog { };

  notes = pkgs.callPackage ./notes { };
})