index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2022-04-08
revise command help
Ben Burdette
2022-04-08
trace stack, not call stack
Ben Burdette
2022-04-08
clean up makefiles
Ben Burdette
2022-04-08
minor cleanup
Ben Burdette
2022-04-08
remove 'debugError', dead code
Ben Burdette
2022-04-08
move throw to preverve Error type; turn off debugger for tryEval
Ben Burdette
2022-04-07
Merge remote-tracking branch 'upstream/master' into upstream-merge
Ben Burdette
2022-04-07
in debugger mode, print the current error when another repl returns.
Ben Burdette
2022-04-07
remove debug code
Ben Burdette
2022-04-07
newline before env
Ben Burdette
2022-04-07
free valmap on exit
Ben Burdette
2022-04-07
Merge pull request #6348 from cole-h/fix-restoring-mount-namespace
Eelco Dolstra
2022-04-07
Merge pull request #6374 from danpls/fix-actualUrl
Théophane Hufschmitt
2022-04-06
show expr pos if DebugTrace one is noPos
Ben Burdette
2022-04-06
nix flake check: Warn about deprecated nixosModule output
Rehno Lindeque
2022-04-06
libfetchers: Fix assertion
Daniel Pauls
2022-04-06
Fix empty 'nix copy' error message
Eelco Dolstra
2022-04-06
fetchClosure: Don't allow URL query parameters
Eelco Dolstra
2022-04-05
Merge pull request #6366 from danpls/base64-reserve
Eelco Dolstra
2022-04-05
tokenizeString: Fix semantic mistake
Daniel Pauls
2022-04-05
libutil: Reserve memory when en/decoding base64
Daniel Pauls
2022-04-05
Merge pull request #6362 from thufschmitt/verbose-doctor
Eelco Dolstra
2022-04-05
doctor: Always show the output
Théophane Hufschmitt
2022-04-05
Allow `welcomeText` when checking a flake template
Théophane Hufschmitt
2022-04-04
libutil: don't save cwd fd, use path instead
Cole Helbling
2022-04-04
libutil: save cwd fd in restoreMountNamespace
Cole Helbling
2022-04-04
libutil: `try` restoring the cwd from fdSavedCwd
Cole Helbling
2022-04-04
libutil: save fd to cwd instead of cwd itself
Cole Helbling
2022-04-04
libutil: cleanup savedCwd logic
Cole Helbling
2022-04-04
Add missing #include
Eelco Dolstra
2022-04-01
fix(run): set applyNixConfig lockFlag
Tom Bereknyei
2022-04-01
libutil: Properly guard self-allocating getcwd on GNU
Cole Helbling
2022-04-01
libutil: Don't use std::filesystem
Cole Helbling
2022-04-01
libutil: Fix restoring mount namespace
aszlig
2022-04-01
Merge pull request #6344 from flox/profile_url_uri
Eelco Dolstra
2022-04-01
Fix handling of outputHash when outputHashAlgo is not specified
Eelco Dolstra
2022-03-31
Merge pull request #6227 from NixOS/impure-derivations-ng
Eelco Dolstra
2022-03-31
comments
Ben Burdette
2022-03-31
show 'with' bindings as well as static
Ben Burdette
2022-03-31
Provide default values for outputHashAlgo and outputHashMode
Eelco Dolstra
2022-03-31
Fix macOS build
Eelco Dolstra
2022-03-31
Rename 'pure' -> 'sandboxed' for consistency
Eelco Dolstra
2022-03-31
needsNetworkAccess() -> isSandboxed()
Eelco Dolstra
2022-03-31
Document isPure()
Eelco Dolstra
2022-03-31
Fix macOS build
Eelco Dolstra
2022-03-31
Support fixed-output derivations depending on impure derivations
Eelco Dolstra
2022-03-31
Add support for impure derivations
Eelco Dolstra
2022-03-31
Merge pull request #6337 from danpls/fix-to-json-repl
Eelco Dolstra
2022-03-31
replaceEnv(): Pass newEnv by reference
Eelco Dolstra
2022-03-30
profile!: consistent use of url/uri. create new version
Tom Bereknyei
[next]