8568afd19c
Merge pull request 'Update website for 2.90.0 release' (#30) from jade/lix-2.90 into main
9e2c54bdb2
Update installation instructions for 2.90.0
67cb38d869
Version 2.90.0 blog post
008f542aff
Add posts support
9384845c40
flake.nix: switch to 24.05
Update website for 2.90.0 release
[Nix#9622] Document the *cursed* advanced derivation attributes
More magic attrs, not used in derivations themselves, but still magic in other areas of Lix:
recurseForDerivations
:
c12e291998
oops, added the test in the wrong place
b9f91ec3c5
mildly cleanup libexpr/eval.hh
4c7165be86
distinguish between throws & errors during throw
14bf54bd39
trace which part of
foo.bar.baz
errors
a41b9eba6e
change debugRepl to an std::function
29df635118
add Result<T, E> stuff
ddc3e3bcfc
WIP: fmt: add convenience functions
95edfa1d03
WIP: add Result<T, E> type
4347f4ef70
treewide: rename nix::fmt to nix::boostfmt
d31a814266
minor cleanup to ExprOpUpdate::eval()
a1dd6cf88a
amend ExprInheritFrom printer
cab1666121
mildly cleanup libexpr/eval.hh
c59096a841
distinguish between throws & errors during throw
b28612b765
trace which part of
foo.bar.baz
errors
008f309596
trace when the
foo
part of foo.bar.baz
errors
069429718a
fix inverted logic
a448a39fb0
repl: respect --print-build-logs & fix memory leak
90e9e39edd
rebase on
cl/1517
491aff7562
repl: respect --print-build-logs & fix memory leak
9b93847d4e
rebase on
cl/1515
devShell
NIX_LDFLAGS
environment variable contains all the -L
flags twice
I can confirm this is only in the devShell:
diff --git a/package.nix b/package.nix
index ef6f317e8..843c6bcca 100644
--- a/package.nix
+++ b/package.nix
@@ -297,20 +297,23 @@…
592d9691c2
what is going on
cd7aa4ac32
distinguish between throws & errors during throw
b84666c350
trace which part of
foo.bar.baz
errors
013b7ae114
trace when the
foo
part of foo.bar.baz
errors
af94db77cf
add an ExprPrinter class, like ValuePrinter
logger libutil test is completely commented out 💀
devShell is not being built/tested by CI
At the very least we can test simply evaluating and building the dev shell derivation in hydraJobs. That doesn't test that things in the shell work, but it would have caught this particular…
9eeba87c32
Merge pull request 'install.md: Fix broken link' (#26) from yayayayaka/lix-website:fix-link-on-install.md into main
73c79b98f2
install.md: Fix broken link
install.md: Fix broken link