Nix Hackers | 967 Members | |
| For people hacking on the Nix package manager itself | 206 Servers |
| Sender | Message | Time |
|---|---|---|
| 11 Aug 2021 | ||
| Is there a way to use an alternative store with
seems strange to me, why is the | 18:07:23 | |
(I am trying to nix develop on https://github.com/nixos/nix (i.e. uses flakes) | 18:08:12 | |
* (I am trying to nix develop on https://github.com/nixos/nix - i.e. uses flakes) | 18:08:24 | |
γ«θΏδΏ‘ @pamplemouss_:matrix.orgI remember seeing some recent commit about that and nix develop | 19:37:08 | |
| I recommend you try using the latest commit | 19:37:20 | |
| Got the same error popping π | 21:07:57 | |
| * The same error pops π | 21:08:31 | |
| ( Las , got a reply on #nix:nixos.org | 22:28:40 | |
* ( Las , got a reply on #nix:nixos.org, --store cannot be used that way - this used case is likely not even solvable in nix) | 22:29:11 | |
| 12 Aug 2021 | ||
| Why has Nix chosen so much base32 ? | 21:17:37 | |
In reply to @fzakaria:matrix.orgit's that way, because of the limit of posix filepaths... and there's some char's missing, so you can't get stuff like f**ksadirjijeifjifiejwjwfj type hashes! ;-) | 21:20:39 | |
| believe it or not. | 21:20:46 | |
| ah | 21:21:17 | |
| I wish sha256sum had a base32 option | 22:00:52 | |
| It is not the base32 you might be thinking of. Nix has a custom alphabet. | 22:08:11 | |
| 13 Aug 2021 | ||
fzakaria: do you know about nix-hash(1)? | 06:49:11 | |
has anybody encountered an issue where Nix creates empty .drv files for some expressions, and then fails with e.g. error: error parsing derivation '/nix/store/mgbw0dg9ihd3cg8wksdm0d2vi207pnfa-ruby2.7.4-docurium-0.6.0.drv': expected string 'Derive(['? | 06:50:39 | |
In reply to @qyliss:fairydust.spaceYes, your store is corrupted | 07:49:28 | |
| corrupted how? | 07:49:58 | |
| It happens when my system crashes | 07:49:59 | |
| And I'm in the process of building | 07:50:04 | |
| of building, not instantiating? | 07:50:36 | |
| Well yeah, technically when I'm instantiating | 07:50:50 | |
| it's strange because it's reproducible | 07:51:20 | |
| I suppose I'll verify my store | 07:51:35 | |
| How did you instantiate the derivation? | 07:51:49 | |
| I could try too | 07:51:50 | |
| moment | 07:52:13 | |
Las: nix-instantiate https://github.com/alyssais/nixpkgs/tarball/docurium -A docurium | 07:57:39 | |
| 07:59:33 | |