Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

Configurations are overriding each other #54

Closed
kalbasit opened this issue Nov 5, 2018 · 0 comments
Closed

Configurations are overriding each other #54

kalbasit opened this issue Nov 5, 2018 · 0 comments

Comments

@kalbasit
Copy link
Owner

kalbasit commented Nov 5, 2018

Consider the following two files:

a.nix

{ 
  programs.zsh.initExtra = ''
    # From A
  '';
}

b.nix

{ 
  programs.zsh.initExtra = ''
    # From B
  '';
}

Somehow, this is ending up with the value

{ 
  programs.zsh.initExtra = ''
    # From B
  '';
}

This is probably an issue with recImport.

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

No branches or pull requests

1 participant