leo60228 vriska
vriska pushed to main at lix-project/hydra 2024-09-02 22:56:08 +00:00
ac37e44982 Merge pull request 'Update Lix; fix build' (#7) from ma27/hydra:lix-update into main
6a88e647e7 flake.lock: Update; fix build
Compare 2 commits »
vriska merged pull request lix-project/hydra#7 2024-09-02 22:56:07 +00:00
Update Lix; fix build
vriska approved lix-project/hydra#7 2024-09-02 22:55:54 +00:00
Update Lix; fix build
vriska commented on issue lix-project/lix#421 2024-08-24 01:14:13 +00:00
--apply for nix build

I frequently use nix-shell -p over nix shell because of the latter's ability to reference an expression relative to Nixpkgs, rather than simply an attrpath. nix shell --apply would provide…

vriska created repository vriska/hydra 2024-07-20 22:49:43 +00:00
vriska commented on issue lix-project/lix#393 2024-06-13 19:47:02 +00:00
nix build does not respond to ctrl-c or ctrl-z

I can't reproduce this:

[leo60228@desktop:~]$ nix shell git+https://git.lix.systems/lix-project/lix.git#nix

[leo60228@desktop:~]$ nix --version
nix (Lix, like Nix) 2.90.0pre20240…
vriska pushed to main at lix-project/hydra 2024-06-11 15:28:45 +00:00
cbe527a3ee util.hh split
ca98f42b39 nixexpr -> lixexpr
Compare 2 commits »
vriska commented on issue lix-project/lix#203 2024-05-10 19:01:59 +00:00
Hydra does not build with Lix

I have a Hydra fork (based on the hydra.nixos.org branch) that builds against Lix: https://github.com/leo60228/hydra/tree/lix

I haven't thoroughly tested it yet, but the test suite passes…