Rebecca Turner rbt · she/her
rbt created branch sb/rbt/repl-overlays in lix-project/lix 2024-03-15 16:41:24 +00:00
rbt pushed to sb/rbt/repl-overlays at lix-project/lix 2024-03-15 16:41:24 +00:00
2ec872771f Add repl-overlays
f514383d8a Add PathsSetting
40b8ec83a6 Add @args to repl characterization tests
a8472f9002 Move shell_words into its own file
110dc47e24 Fix gc-small-vector.hh includes
Compare 10 commits »
rbt opened issue lix-project/lix#43 2024-03-14 23:13:15 +00:00
Split up util.cc
rbt opened issue lix-project/lix#42 2024-03-14 23:12:00 +00:00
Split up primops.cc
rbt opened issue lix-project/lix#41 2024-03-14 22:52:58 +00:00
meson build system
rbt opened issue lix-project/lix#40 2024-03-14 22:52:14 +00:00
pre-commit hook
rbt deleted branch repl-overlays from lix-project/lix 2024-03-14 18:29:21 +00:00
rbt created branch repl-overlays in lix-project/lix 2024-03-14 15:42:04 +00:00
rbt pushed to repl-overlays at lix-project/lix 2024-03-14 15:42:04 +00:00
07935933bd Implement repl-init-files
14dc43951e Add repl-init-files setting
92eb12490f Add PathsSetting
33518427e8 Fix gc-small-vector.hh includes
Compare 4 commits »
rbt commented on issue lix-project/lix#2 2024-03-09 05:46:25 +00:00
nix eval has baffling forcing behaviour

Doesn't even need --expr:

nix eval nixpkgs#bash
rbt commented on issue lix-project/lix#2 2024-03-09 05:33:24 +00:00
nix eval has baffling forcing behaviour

Doesn't even need with:

nix eval --expr 'let pkgs = import <nixpkgs> {}; in { a = pkgs.fish;  b = pkgs.bash; }'  --impure