| Commit message (Collapse) | Author |
|
The nix fetched source, is a tarball, and as such has no git
information, that we could extract.
|
|
That means, that the devshells are only build once and centrally
updated. Ideally, they would be built upon system update, but I haven't
figured out a way to run `nix print-dev-env` in a nix build sandbox yet
(and hope, that it's not necessary anymore once, that functionality
moves to nixpkgs' `mkShell`).
|
|
We would effectively need a separate partition without LUKS for that to
work. And because we are not working around Windows EFI, it's easier to
just make the real EFI partition bigger.
|
|
|
|
This includes a separate partition of /nix, and a tails ISO as boot
target.
|
|
This fully removes cppnix from my whole closure.
|
|
|
|
This requires a reformatting, which I don't want to do right now.
|
|
Btrfs consistently locks up my whole system.
|
|
The switched, so that the paths are not that long.
|
|
Otherwise, builds are performed on-disk.
|
|
|
|
This change also ensures that this repo is reuse-3.0 compliant.
|
|
These seem to cause an error in `nix-direnv` which is obviously not
ideal.
|
|
|
|
From now on all modules should be added to the new `by-name` directory.
This should help remove the (superficial and utterly useless)
distinction between `home-manager` and `NixOS` modules.
|