Qyriad qyriad · she/her
  • Joined on 2024-02-29
qyriad created branch git-series/print-expected in qyriad/lix 2024-05-21 11:53:42 +00:00
qyriad pushed to git-series/print-expected at qyriad/lix 2024-05-21 11:53:42 +00:00
02aaf076fc init
f744ba2f74 print type and value in "flake attr is not a derivation" errors
3de77e6dbd Merge "libutil: Create chmodPath function" into main
8e1a883186 Merge "chore: remove incorrect maintainers/*.md documentation" into main
Compare 4 commits »
qyriad pushed to git-series/no-longer-repl-hist at qyriad/lix 2024-05-21 04:21:58 +00:00
62da6e55b2 the main event
54a5cd6f5b docs: document lookupFileArg syntax in nix-build
8e210908a9 docs: linkify nix3-build mention in nix-build.md
Compare 3 commits »
qyriad created branch git-series/no-longer-repl-hist in qyriad/lix 2024-05-21 02:55:22 +00:00
qyriad pushed to git-series/no-longer-repl-hist at qyriad/lix 2024-05-21 02:55:22 +00:00
5364aaf47f almost there
2a6f03a7b0 build: make internal-api-docs PHONEY
53c6f7eb35 WIP: add TestingStore store implementation
1f86d81834 cleanup lookupFileArg
d4491263cb add docstring to lookupFileArg
Compare 10 commits »
qyriad pushed to git-series/log-repl-hist at qyriad/lix 2024-05-20 01:04:14 +00:00
895c302c59 add docstring
2b401a1fca repl: log errors writing to history file
Compare 2 commits »
qyriad pushed to git-series/log-repl-hist at qyriad/lix 2024-05-20 01:02:51 +00:00
8d719890a5 rebase
945b259fd9 repl: log errors writing to history file
36743a925b factor out into function
0debbea795 repl: log errors writing to history file
992c63fc0b Merge "Remove upload-release.pl" into main
Compare 26 commits »
qyriad created branch git-series/log-repl-hist in qyriad/lix 2024-05-19 23:02:39 +00:00
qyriad pushed to git-series/log-repl-hist at qyriad/lix 2024-05-19 23:02:39 +00:00
60d0cfc511 init
c46083426d repl: log errors writing to history file
73ef8cd50a repl-interacter: save history after entering every line
Compare 3 commits »
qyriad pushed to main at lix-project/lix-website 2024-05-19 22:07:40 +00:00
0d006b3f80 Merge pull request 'install: fix upgrade-nix command' (#24) from fix-upgrade-nix-command into main
3e4f344fe3 install: preserve PATH, as it is needed for Nix upgrades
7a625db723 install: fix upgrade-nix command
Compare 3 commits »
qyriad merged pull request lix-project/lix-website#24 2024-05-19 22:07:38 +00:00
install: fix upgrade-nix command
qyriad pushed to git-series/wextra at qyriad/lix 2024-05-19 18:38:56 +00:00
0cba192978 BaseError copy assignment
4eb6779ea8 fix -Wdeprecated-copy on clang (BaseError copy assignment)
6f0b927ee1 cl/1067 was merged
774c56094f libstore: fix old RemoteStore::addToStore serializer
139d31f876 Improve nix-store --delete failure message
Compare 65 commits »
qyriad commented on issue lix-project/lix#312 2024-05-16 22:58:27 +00:00
using ^output selection syntax on store paths outputs crashes the daemon

Failing at parse time is definitely the way to go, imo, unless you can think of anything better. Re: documentation, if you're referring to the ^ syntax, it is actually documented, albeit in…

qyriad commented on issue lix-project/lix#317 2024-05-15 18:22:37 +00:00
behaviour of copy to ssh-ng remote confusing ('substitute-on-destination' vs 'builders-use-substitutes')

Wow that is incredibly confusing! wtf!

qyriad merged pull request lix-project/lix-website#22 2024-05-15 00:57:54 +00:00
community-standards: reword in line with wiki
qyriad pushed to main at lix-project/lix-website 2024-05-15 00:57:54 +00:00
7b75e20062 Merge pull request 'community-standards: reword in line with wiki' (#22) from jade/community-standards-wording into main
002473b14c community-standards: reword in line with wiki
Compare 2 commits »
qyriad commented on issue lix-project/lix#314 2024-05-14 20:24:12 +00:00
on some derivations, the nix flakes cli and the repl do no agree.

…Actually wait, I couldn't reproduce this with that flake — has anything changed in it since you opened this issue?

$ nix -Lv run 'git+https://git.lix.systems/lix-project/lix?ref=re…
qyriad commented on issue lix-project/lix#314 2024-05-14 20:13:31 +00:00
on some derivations, the nix flakes cli and the repl do no agree.

So, this is actually a flake thing. Almost everything except flakes that accepts a derivation will also accept a list or attrset of derivations (nix-shell and nix develop are the notable…