diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-11-10 07:43:24 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-11-10 07:43:24 -0800 |
| commit | 11f72814a6affe379a2ddd17fc143665bc0def0d (patch) | |
| tree | c3abba1c252799b7941c353a1a67503bc4ae3963 /nix/packages/default.nix | |
| parent | replacing my static website with a simple web app (diff) | |
| download | x-11f72814a6affe379a2ddd17fc143665bc0def0d.tar.gz | |
ignore errors
Diffstat (limited to '')
| -rw-r--r-- | nix/packages/default.nix | 1 |
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 { }; } |
