lix/src
Eelco Dolstra fdc9da034f
Avoid a call to derivationFromPath()
This doesn't work in read-only mode, ensuring that operations like

  nix path-info --store https://cache.nixos.org -S nixpkgs.hello

(asking for the closure size of nixpkgs.hello in cache.nixos.org) work
when nixpkgs.hello doesn't exist in the local store.
2017-07-14 18:29:10 +02:00
..
boost Shut up some warnings 2017-04-14 14:42:20 +02:00
build-remote Replace a few bool flags with enums 2017-07-03 11:38:08 +02:00
buildenv Fix Fedora build 2016-08-30 13:56:22 +02:00
libexpr Merge pull request #1428 from rimmington/clearer-regex-space-error 2017-07-10 11:45:05 +02:00
libmain Shut up a memory leak warning 2017-07-14 11:40:57 +02:00
libstore nix path-info: Don't barf on invalid paths 2017-07-14 18:29:10 +02:00
libutil nix: Show help when no arguments are given 2017-07-14 13:44:45 +02:00
linenoise Replace readline by linenoise 2017-05-10 18:37:42 +02:00
nix Avoid a call to derivationFromPath() 2017-07-14 18:29:10 +02:00
nix-build nix-shell: Respect --dry-run 2017-07-03 11:54:30 +02:00
nix-channel Improve progress indicator 2017-05-16 16:09:57 +02:00
nix-collect-garbage printMsg(lvlError, ...) -> printError(...) etc. 2016-09-21 16:54:53 +02:00
nix-copy-closure Replace a few bool flags with enums 2017-07-03 11:38:08 +02:00
nix-daemon Support base-64 hashes 2017-07-04 15:07:41 +02:00
nix-env Replace a few bool flags with enums 2017-07-03 11:38:08 +02:00
nix-instantiate Replace a few bool flags with enums 2017-07-03 11:38:08 +02:00
nix-prefetch-url Support base-64 hashes 2017-07-04 15:07:41 +02:00
nix-store Support base-64 hashes 2017-07-04 15:07:41 +02:00
resolve-system-dependencies resolve-system-dependencies: Misc fixes 2017-05-31 16:10:10 +02:00