nix-darwin
nix-darwin copied to clipboard
Add persistent others to dock
Add persistent others to dock. Closes https://github.com/LnL7/nix-darwin/issues/927.
@Enzime @Samasaur1
@Samasaur1 I didn't notice, it's my linter and auto format on save. I've reverted the formatting changes.
@Samasaur1 I can't seem to understand why the tests fail. Are you able to help?
Okay I manually checked the failing test on unstable, and it's only failing because of a missing newline. Seems like a false alarm; let me take a closer look and determine whether it's better to change the test or change the implementation back
Ah, okay, you need another newline in the test file
Thanks @Samasaur1, tests passed.
Can you rebase the PR?
done @Enzime.
Can you rebase your PR on top of the latest master and squash your commits? Ideally your branch shouldn't contain the fmt commits and should only contain your commits
should be ok now @Enzime
The tests seem to be flaky, sometimes that check passes, others it doesn't.
This introduces a regression (warning) by using lib.mdDoc
mdDoc usage has been been removed in https://github.com/LnL7/nix-darwin/pull/932
Fixing in https://github.com/LnL7/nix-darwin/pull/950