Age | Commit message (Collapse) | Author |
|
This reverts commit 2e6046dbd32a0c6e1164aac678de9bc3c017e501.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Let's just add it now, then I'll fix it on the guest.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I checked that this didn't result in any (non-trivial) changes like so:
$ vi hosts/ahmed/configuration.nix
$ nixos-rebuild build --flake .#ahmed
$ nix-diff /run/current-system ./result
|
|
|
|
|
|
I needed PaperMC v1.24.1 which happens to be what is packaged in
NixOS/nixpkgs@852ff1d9e.
I really ought to figure out a way to decouple the version of Minecraft
from the nixpkgs version. I don't want to be in the situation where I
want to bump unstable, but don't want to switch to a new Minecraft
version.
|
|
|
|
|
|
|
|
|
|
|