puck puck
  • Joined on 2024-03-01
puck opened issue lix-project/lix#331 2024-05-19 15:07:42 +00:00
(impossible?) spurious test failure of hydraJobs.tests.nixpkgsLibTests.aarch64-darwin
puck commented on issue lix-project/lix#328 2024-05-19 14:21:05 +00:00
REPL history should be saved immediately

Opened a CL to fix this at Iedd79ff5f72e84766ebd234c63856170afc624f0

puck commented on issue lix-project/lix#327 2024-05-18 20:09:25 +00:00
Fix invalid store paths making it into the store

.drv files are stored in the store as identical to builtins.toFile paths, and i'm .. not sure it strictly checks whether the references in the store path match up the references inside the…

puck commented on issue lix-project/lix#327 2024-05-18 20:05:59 +00:00
Fix invalid store paths making it into the store

it should be possible to pass in a list of desired references, maybe? nix-store --add by default doesn't set any references. but this requires a bit better API design to make it work nicely (and…

puck commented on issue lix-project/lix#327 2024-05-18 20:03:05 +00:00
Fix invalid store paths making it into the store

it can; it just needs the right references passed in too.

puck commented on issue lix-project/lix#327 2024-05-18 19:55:01 +00:00
Fix invalid store paths making it into the store

sure is!

puckipedia@marisa ~> echo meow2 > hi.drv
puckipedia@marisa ~> nix-store --add hi.drv
error: error parsing derivation '/nix/store/l0dh39vqa4q9zinvfky51080d69rlfxp-hi.drv': error:…
puck opened issue lix-project/lix#327 2024-05-18 14:26:17 +00:00
Fix invalid store paths making it into the store
puck pushed to main at lix-project/nixos-module 2024-05-16 18:48:59 +00:00
53d713eb48 feat: add devenv to override list
puck opened issue lix-project/lix#320 2024-05-16 13:07:43 +00:00
nix key generate-secret and convert-secret-to-public print progress bar
puck pushed to main at lix-project/nixos-module 2024-05-16 12:44:35 +00:00
36dbb9dbfb Fix build-release-notes being required
puck created branch fix-build-release-notes in lix-project/nixos-module 2024-05-16 12:41:26 +00:00
puck pushed to fix-build-release-notes at lix-project/nixos-module 2024-05-16 12:41:26 +00:00
08ed89703c Fix build-release-notes being required
puck commented on issue lix-project/nixos-module#24 2024-05-15 21:00:52 +00:00
prefetch-npm-deps override does not work correctly on 23.11, causing rebuilds

This should be fixed by 7e8a5498db - could you check?

puck pushed to main at lix-project/nixos-module 2024-05-15 19:38:34 +00:00
7e8a5498db Fix prefetch-npm-deps override when functionArgs is not supported
puck commented on issue lix-project/lix#248 2024-05-14 19:59:18 +00:00
Store's haunted! Zeroed regions in mesa apple_dri.so in the Nix store on M1 machines

As posted on the nixos-apple-silicon repo, I'm quite confident this is not a Nix/Lix issue, but rather a…

puck commented on issue lix-project/lix#311 2024-05-13 15:40:50 +00:00
nix develop, but not nix-shell, breaks cc-wrapper's handling of spaces in file paths

Fixing this is (imo) likely to be impossible, without rethinking massively how nix develop works.

The bug here is: Each output of the derivation used as baseline for develop is replaced,…

puck opened issue lix-project/lix#309 2024-05-12 18:02:51 +00:00
Add backtrace to Error constructor
puck commented on issue lix-project/nix-eval-jobs#3 2024-05-11 15:01:47 +00:00
Crashes when doing $things

Explicitly setting --eval-store auto fixes the issue. The issue is that openStore(*myArgs.evalStoreUrl) asserts and aborts when evalStoreUrl is unset. I do not entirely understand how this…

puck created branch fix-prefetch-npm-deps in lix-project/nixos-module 2024-05-10 15:07:36 +00:00
puck pushed to fix-prefetch-npm-deps at lix-project/nixos-module 2024-05-10 15:07:36 +00:00
1cb0b0434d Fix prefetch-npm-deps override when functionArgs is not supported