Michael Hoang
Michael Hoang
I've updated this PR to search `/etc/nix-darwin` first then fallback to `~/.config/nix-darwin` (current directory mentioned in the README) and `~/.nixpkgs` which is hardcoded in a lot of locations in the...
Looks like the tests are broken now
I think there are two ways to handle this, either reimplement the inheritance logic for datasets (however this may be a bit messy as we'll have to either match prefixes...
I think this issue should be fixed by #474
As someone who doesn't use the disko CLI, I personally would like the ability to run `nix run github:Enzime/dotfiles-nix#nixosConfigurations.host.config.system.build.formatScript`, this would make it super easy to execute from a NixOS...
I think the actual root cause is that `nix run` should support executing executable files, rather than forcing all of them to follow the structure `bin/` But that would probably...
@iFreilicht I think a simple PR for `nix run` could get through pretty quickly if you update docs and tests
> Our long-term plan is to have some form of nixos-generate-config that will get this information from the target machine and combine this with profiles i.e. hetzner server in nixos-remote....
> Could you please describe the problem better? Why can't the user just cd to the right directory in the commands array themselves? People can `cd` to the right directory...
I was thinking about whether we would need the case hack for Windows, but it seems like they ran into similar issues of compatibility with WSL so they added an...