aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/fcuny/default.nix')
-rw-r--r--users/fcuny/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/users/fcuny/default.nix b/users/fcuny/default.nix
index f5b0914..991f6a8 100644
--- a/users/fcuny/default.nix
+++ b/users/fcuny/default.nix
@@ -3,7 +3,5 @@
pkgs.lib.makeScope pkgs.newScope (pkgs: {
resume = pkgs.callPackage ./resume { };
- blog = pkgs.callPackage ./blog { };
-
notes = pkgs.callPackage ./notes { };
})