aboutsummaryrefslogtreecommitdiff
path: root/nix/packages/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-11-10 07:43:24 -0800
committerFranck Cuny <franck@fcuny.net>2025-11-10 07:43:24 -0800
commit11f72814a6affe379a2ddd17fc143665bc0def0d (patch)
treec3abba1c252799b7941c353a1a67503bc4ae3963 /nix/packages/default.nix
parentreplacing my static website with a simple web app (diff)
downloadx-11f72814a6affe379a2ddd17fc143665bc0def0d.tar.gz
ignore errors
Diffstat (limited to 'nix/packages/default.nix')
-rw-r--r--nix/packages/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/packages/default.nix b/nix/packages/default.nix
index e598fa1..4b4195b 100644
--- a/nix/packages/default.nix
+++ b/nix/packages/default.nix
@@ -2,4 +2,5 @@
{
goget = pkgs.callPackage ./goget.nix { };
+ fcuny.net = pkgs.callPackage ./fcuny.net.nix { };
}