Mango The Fourth

Results 162 comments of Mango The Fourth

> how best to do this the pain here comes from not being able to be able to pass arguments to flake commands, that's why there's this `userSettings` attrset. I...

fwiw I documented the use of `userSettings` here: https://github.com/alpmestan/ghc.nix/blob/f324c9aa06680f08a6baeefcef9289c69e606df3/README.md?plain=1#L145 Perhaps I should highlight this more prominently?

I also thought about a flake template so that people can init a custom flake that takes their settings, but I haven't quite had a deep enough look into it.

another way would be to generate *all* outputs but that would be quite the hack.

> I think merely handling the common cases (for some value of "common") would be sufficient if John Ericson doesn't know a good solution I can open a corresponding issue...

@bgamari can you perhaps look whether #172 looks like an intermediate solution for you?

Still where's my /home? It's around 60 GB, according to duf, the nix store is all I have in my disk

``` Filesystem Size Used Avail Use% Mounted on /dev/mapper/vg-root 908G 505G 358G 59% / tmpfs 6.9G 15M 6.8G 1% /run devtmpfs 1.4G 0 1.4G 0% /dev tmpfs 14G 68M 14G...

Do I understand something wrong here? Afaiu: - `/nix/store` is part of `/` so it should be only *part* of what is shown for `/`, so how can the used...

As already pointed out in my issue, I'm pretty sure that the reason for it not working is my use of the overlay. It makes sense to have it normally...