lix/src/nix
Eelco Dolstra d48c973ece
Set default installable
Thus

  $ nix build -f foo.nix

will build foo.nix.

And

  $ nix build

will build default.nix. However, this may not be a good idea because
it's kind of inconsistent, given that "nix build foo" will build the
"foo" attribute from the default installation source (i.e. the
synthesis of $NIX_PATH), rather than ./default.nix. So I may revert
this.
2017-04-25 15:18:05 +02:00
..
build.cc Move code around 2017-04-25 12:07:31 +02:00
cat.cc Revert "Get rid of unicode quotes (#1140)" 2016-11-26 00:38:01 +01:00
command.cc Make StorePathsCommand a subclass of InstallablesCommand 2017-04-25 13:20:26 +02:00
command.hh Make StorePathsCommand a subclass of InstallablesCommand 2017-04-25 13:20:26 +02:00
copy.cc nix copy: Make -r option use the "from" store 2017-03-16 14:25:54 +01:00
eval.cc Move code around 2017-04-25 12:07:31 +02:00
hash.cc Revert "Get rid of unicode quotes (#1140)" 2016-11-26 00:38:01 +01:00
installables.cc Set default installable 2017-04-25 15:18:05 +02:00
legacy.cc Start of new Nix command-line interface 2016-02-09 21:28:29 +01:00
legacy.hh Fix Darwin build 2016-03-15 12:11:27 +01:00
local.mk Start of new Nix command-line interface 2016-02-09 21:28:29 +01:00
log.cc Move code around 2017-04-25 12:07:31 +02:00
ls.cc Revert "Get rid of unicode quotes (#1140)" 2016-11-26 00:38:01 +01:00
main.cc Convert Settings to the new config system 2017-04-13 20:53:23 +02:00
path-info.cc Restructure installables handling in the "nix" command 2017-04-25 11:20:37 +02:00
progress-bar.cc Shut up some clang warnings 2016-05-31 13:31:04 +02:00
progress-bar.hh Improved logging abstraction 2016-04-25 19:18:45 +02:00
run.cc Move code around 2017-04-25 12:07:31 +02:00
show-config.cc Move code around 2017-04-25 12:07:31 +02:00
sigs.cc Revert "Get rid of unicode quotes (#1140)" 2016-11-26 00:38:01 +01:00
verify.cc Revert "Get rid of unicode quotes (#1140)" 2016-11-26 00:38:01 +01:00