| Commit message (Collapse) | Author |
|
|
|
|
|
|
|
These need to be written in fish, so that they can work with the `.`
command.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
That is already done via a rust code patch.
|
|
I will not run these again, as nixos is already installed.
|
|
|
|
|
|
|
|
|
|
There was no real reason to still have `npins` around. I just kept it
because of historical reasons.
|
|
Otherwise, we would not get a new devshell upon nixpkgs update.
|
|
|
|
The adding it to gc should have already deleted it?
|
|
|
|
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`).
|
|
This reduces the dependency on github somewhat.
|
|
The themes are no longer in unstable, but I believe they might get added
again.
|
|
|
|
|
|
|
|
See the comment in the file for why.
|
|
|
|
The value before was essentially pointless, as it referenced _my
flake's_ revision (or actually last-updated timestamp).
|
|
|
|
|
|
|
|
There is no reason to use two thrash-implementations at the same time.
|
|
Otherwise, the found font is a `Light` or `Extra Light` variant.
|
|
|
|
That's easier to type
|
|
|
|
|
|
|
|
|
|
|
|
Otherwise, we run out of cache, before it can do anything (due to the
limited size of available root tempfs).
|