Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

dot in package name #314

Open
wrdls opened this issue Oct 17, 2023 · 0 comments
Open

dot in package name #314

wrdls opened this issue Oct 17, 2023 · 0 comments

Comments

@wrdls
Copy link

wrdls commented Oct 17, 2023

Describe the bug
Fleek doesn't seem to be able to handle a dot in the package name, e.g.: nodePackages.yarn

It just reports that the branch is already up to date.

❯ fleek add nodePackages.yarn  
 [*]  Add a new package to your configuration
From github.com:<user>/<repo>
 * branch            main       -> FETCH_HEAD
Already up to date

Adding the package to user.nix installs it as expected

{ pkgs, misc, ... }: {
  # FEEL FREE TO EDIT: This file is NOT managed by fleek.

  home.packages = [
    pkgs.nodePackages.yarn
  ];
}

To Reproduce

fleek add nodePackages.yarn

Expected behavior
Fleek installs package or displays appropriate error message.

Environment

  • OS: macOS Sonoma
  • Shell: zsh
  • fleek version: 0.10.5
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant