i love that #nixflakes are software forever and will still build exactly the same in ten years and that is why i have yet to see a single github repo whose newest commit is older than two years whose flake will successfully build at all
i love that there are two completely separate sets of commands for flakes and non-flakes and that `nix-build` and `nix build` operate on two completely different sets of files, have two completely different sets of command line flags, and don't have feature parity with each other. once you get used to it it's really not confusing at all
i love that `nix-build` makes a pointless http request even if all it's doing is symlinking to a prebuilt package already in /nix/store
i love that there is legitimately no way to make it do an offline build without flakes and even with flakes it will sometimes try to access the internet even if you pass --offline
(3/3)