You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
app declarations are only needed when in packages.<system>.<pname> and /bin/<name> and are not euqal, for example:
packages.<system>.coreutils
but: /bin/cat
It appears to me for the sake of simplicity, the app generation could be dropped. Those naming conflicts are extremely rare and the user could probably declare apps manually in such cases.
The text was updated successfully, but these errors were encountered:
https://github.com/nrdxp/nixflk/blob/d0fe508da20695bd72c1a5eebd3cb113778366ac/flake.nix#L88-L104
nix run
falls back to inspecting theself.packages
attribute set.app declarations are only needed when in
packages.<system>.<pname>
and/bin/<name>
and are not euqal, for example:packages.<system>.coreutils
but:
/bin/cat
It appears to me for the sake of simplicity, the app generation could be dropped. Those naming conflicts are extremely rare and the user could probably declare apps manually in such cases.
The text was updated successfully, but these errors were encountered: