diff options
| author | r-vdp <ramses@well-founded.dev> | 2025-01-07 22:13:55 +0200 |
|---|---|---|
| committer | r-vdp <ramses@well-founded.dev> | 2025-02-01 11:59:41 +0100 |
| commit | ea027053c63e44f4b6c4a18ac1de9e296d3d7873 (patch) | |
| tree | 7f28f6cc24e9f0781b0755bcdb49ecdacae546a4 | |
| parent | fish: use runTest for the nixos test (diff) | |
| download | nixpkgs-ea027053c63e44f4b6c4a18ac1de9e296d3d7873.tar.gz | |
fish: move to by-name
| -rw-r--r-- | pkgs/by-name/fi/fish/nix-darwin-path.patch (renamed from pkgs/shells/fish/nix-darwin-path.patch) | 0 | ||||
| -rw-r--r-- | pkgs/by-name/fi/fish/package.nix (renamed from pkgs/shells/fish/default.nix) | 0 | ||||
| -rw-r--r-- | pkgs/top-level/all-packages.nix | 2 |
3 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/shells/fish/nix-darwin-path.patch b/pkgs/by-name/fi/fish/nix-darwin-path.patch index 0c9ef7f2701a..0c9ef7f2701a 100644 --- a/pkgs/shells/fish/nix-darwin-path.patch +++ b/pkgs/by-name/fi/fish/nix-darwin-path.patch diff --git a/pkgs/shells/fish/default.nix b/pkgs/by-name/fi/fish/package.nix index 76d9a9b2fbc7..76d9a9b2fbc7 100644 --- a/pkgs/shells/fish/default.nix +++ b/pkgs/by-name/fi/fish/package.nix diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index c16d3533f94e..90208e4a06cd 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -5613,8 +5613,6 @@ with pkgs; buildGoModule = buildGo123Module; }; - fish = callPackage ../shells/fish { }; - wrapFish = callPackage ../shells/fish/wrapper.nix { }; fishPlugins = recurseIntoAttrs (callPackage ../shells/fish/plugins { }); |
