Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This was originally done in 2995fc5 but got lost in refactoring.
|
|
|
|
The current setting (i.e. pointing into /nix/store) gives weird behavior
with `darwin-rebuild edit` since one cannot edit the readonly store.
|
|
This patch makes it so common configuration is now located in shared/
and each host basically just becomes a bunch of import statements.
The exception here is host-specific configuration like the `*.linus.onl`
that live inside `hosts/ahmed/`.
Specifically I have:
- moved common configuration `shared/{nixos,home-manager,nix-darwin}`.
- moved `hosts/common.nix` to `shared/nixos/common-{nix,shell}-settings.nix`.
- split `hosts/muhammed/{dev-utils,neovim}` into per-language
configuration.
This patch was done in preparation for the arrival of a new host, which
will need to share a lot of configuration with Muhammed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The Nix store was growing quite large. It was consuming a lot of disk
space with some really old stuff.
In the future, I might need to tweak it a bit more; it seems a bit too
aggressive right now. Even recently used projects require rebuilding.
|
|
Using breakpointHook [0], one can jump into the sandbox of a failing
build. This is very useful for debugging. However, building
packages inside the linux-builder VM adds an extra layer of abstraction.
This patch makes a few changes which make it easier to work:
- cntr, which is used to attach to the sandbox, is now included on the
builder
- You can now sign in to the root user of the VM using the password
"root". This is required because cntr must be run as root.
[0]: https://www.youtube.com/watch?v=ULqoCjANK-I
|
|
idk the option just didn't work or something. doesn't really matter
anyways since i won't be making any manual changes
|
|
|
|
This patch moves in the reorganizational work done on the reorg branch,
mainly:
* Move host-specific modules into hosts/<host>/<module>
* Break up HM config
See the reorg branch for the individual commits.
|
|
|
|
|
|
|
|
This can be accessed through flakeInputs anyways.
|
|
|
|
|
|
|
|
|
|
|