aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-10-05 17:58:37 -0700
committerFranck Cuny <franck@fcuny.net>2022-10-05 17:58:37 -0700
commitb74e9e85afe7a3db9f2f329cc7b5a1632aa16d02 (patch)
tree52031784fed9372b46c3c666107bb0140e67d023 /users/fcuny/default.nix
parentref(fcuny/blog): delete the blog (diff)
downloadinfra-b74e9e85afe7a3db9f2f329cc7b5a1632aa16d02.tar.gz
ref(fcuny/notes): delete notes
The notes are at https://github.com/fcuny/notes.fcuny.net
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 991f6a8..05d1444 100644
--- a/users/fcuny/default.nix
+++ b/users/fcuny/default.nix
@@ -2,6 +2,4 @@
pkgs.lib.makeScope pkgs.newScope (pkgs: {
resume = pkgs.callPackage ./resume { };
-
- notes = pkgs.callPackage ./notes { };
})