about summary refs log tree commit diff
path: root/users/fcuny/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/fcuny/default.nix')
-rw-r--r--users/fcuny/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/users/fcuny/default.nix b/users/fcuny/default.nix
deleted file mode 100644
index 05d1444..0000000
--- a/users/fcuny/default.nix
+++ /dev/null
@@ -1,5 +0,0 @@
-{ pkgs }:
-
-pkgs.lib.makeScope pkgs.newScope (pkgs: {
-  resume = pkgs.callPackage ./resume { };
-})