diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-11-15 12:11:43 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-11-15 12:11:43 -0800 |
| commit | de1bf48711ca27f3d6e57e46085df1f667d1bf31 (patch) | |
| tree | 89617f9e987390d07efbacb91e0172c9f5d511fa /nix/packages/default.nix | |
| parent | ignore errors (diff) | |
| download | x-de1bf48711ca27f3d6e57e46085df1f667d1bf31.tar.gz | |
remove goget as a package and switch to fcuny-net instead
Diffstat (limited to 'nix/packages/default.nix')
| -rw-r--r-- | nix/packages/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nix/packages/default.nix b/nix/packages/default.nix index 4b4195b..81fb9eb 100644 --- a/nix/packages/default.nix +++ b/nix/packages/default.nix @@ -1,6 +1,5 @@ { pkgs }: { - goget = pkgs.callPackage ./goget.nix { }; fcuny.net = pkgs.callPackage ./fcuny.net.nix { }; } |
