Shahar "Dawn" Or
Shahar "Dawn" Or
You want rules you don't agree with to never be released? You believe that more testing would decrease the frequency of such occurrences? You suggest some additional testing scheme? I'd...
Sure, I can be a co-maintainer.
Sorry, a bit unrelated; is there an alternative to this that is already in home-manager?
> I'm using an `.env.nix` file for storing variables which I do not want committed into my repo. And I'm importing this file into `configuration.nix` to use it. This might...
Not entirely related but if you care about GRUB you may care about the fonts it uses: #1206
> With this change (or a variant of it), I tried running it on a nixosConfiguration and the evaluator OOM :( I've been there. Gotta take care to avoid infinite...
Some infinite recursion are currently detectable by Nix. They're the kind that is trivial to detect (evaluating thunk x during evaluation of thunk x). Those are referred to as "black...
Removing the `path:` prefix from the URL of the home-manager input so that it is `"./forks/home-manager"` seems to avoid the git fetch and result in a more reasonable (albeit long)...
> Removing the `path:` prefix from the URL of the home-manager input so that it is `"./forks/home-manager"` seems to avoid the git fetch and result in a more reasonable (albeit...
When clean with `-vv` we get the surprising ``` $ nix eval .#dpms-all -vv evaluating file '' evaluating file '/home/mightyiam/worktrees/infra/flake.nix' using revision 41152dd01ab0426e9be2ff19f3ec7fe68ee6599e of repo '/home/mightyiam/worktrees/infra' fetching Git repository 'https://github.com/mightyiam/infra.git/'......