Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flake-newbie - question #57

Open
JoeRu opened this issue Dec 16, 2023 · 0 comments
Open

flake-newbie - question #57

JoeRu opened this issue Dec 16, 2023 · 0 comments

Comments

@JoeRu
Copy link

JoeRu commented Dec 16, 2023

Hi,
i just started with nixos and flakes especially. I just setup a test system and applied your config. Once in a minimal config and a standard config.
The Things i wonder - where i'm wrong - is

  • Home-Manager seems in both version not to be installed or applied. Do i need to add it as as a software anywhere? or what am i using wrong?
  • Just i wanted to add https://github.com/nagisa/nixpkg-openhab as a module - so i added the config example as module and refered to it as input module modules/nixos
    openhab = import ./openhab.nix;
    and the example from openhab
    # ...;
    openhab.url = "github:nagisa/nixpkg-openhab";
    openhab.inputs = {
        # In case you alrady depend on `nixpkgs` in your flake, consider having `openhab`
        # “follow” it:
        nixpkgs.follows = "nixpkgs";
        # Similarly, for flake-utils:
        flake-utils.follows = "flake-utils";
    };
};

I'm under the impression that nothing at all where done with it. But thats maybe an issue with my missing understanding of the whole concept.

Just thanks for adding the work and the patience with the beginners here.
Johannes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant