This website requires JavaScript.
Explore
Help
Sign In
scriptis
/
lix
Watch
0
Star
0
Fork
You've already forked lix
0
forked from
lix-project/lix
Code
Pull requests
Activity
c95b73d8a1
lix
/
tests
/
functional
/
ca
/
nix-shell.sh
8 lines
96 B
Bash
Raw
Normal View
History
Unescape
Escape
Make `nix-shell` support content-addressed derivations Resolve the derivation before trying to load its environment − essentially reproducing what the build loop does − so that we can effectively access our dependencies (and not just their placeholders). Fix #4821
2021-05-20 11:55:00 +00:00
#!/usr/bin/env bash
source
common.sh
CONTENT_ADDRESSED
=
true
tests: move nix-shell related tests to subdir This change feels kind of gross and reveals a fair bit about the disorganization of our tests, but I think it makes parts of it a bit better. Change-Id: Idb8d9a00cbd75d5c156678c6b408b42b59d5e4d7
2024-09-26 21:12:18 +00:00
cd
../nix-shell
source
./basic.sh
Copy permalink