mirror of
https://github.com/NixOS/nix.git
synced 2024-10-31 22:30:52 +00:00
087be7281a
Previously, plain derivation paths in the string context (e.g. those that arose from builtins.storePath on a drv file, not those that arose from accessing .drvPath of a derivation) were treated somewhat like derivaiton paths derived from .drvPath, except their dependencies weren't recursively added to the input set. With this change, such plain derivation paths are simply treated as paths and added to the source inputs set accordingly, simplifying context handling code and removing the inconsistency. If drvPath-like behavior is desired, the .drv file can be imported and then .drvPath can be accessed. This is a backwards-incompatibility, but storePath is never used on drv files within nixpkgs and almost never used elsewhere.
120 lines
1.7 KiB
Plaintext
120 lines
1.7 KiB
Plaintext
Makefile.config
|
|
perl/Makefile.config
|
|
|
|
# /
|
|
/aclocal.m4
|
|
/autom4te.cache
|
|
/config.*
|
|
/configure
|
|
/nix.spec
|
|
/stamp-h1
|
|
/svn-revision
|
|
/libtool
|
|
|
|
/corepkgs/config.nix
|
|
|
|
# /corepkgs/channels/
|
|
/corepkgs/channels/unpack.sh
|
|
|
|
# /corepkgs/nar/
|
|
/corepkgs/nar/nar.sh
|
|
/corepkgs/nar/unnar.sh
|
|
|
|
# /doc/manual/
|
|
/doc/manual/manual.html
|
|
/doc/manual/manual.xmli
|
|
/doc/manual/manual.pdf
|
|
/doc/manual/manual.is-valid
|
|
/doc/manual/*.1
|
|
/doc/manual/*.5
|
|
/doc/manual/*.8
|
|
/doc/manual/version.txt
|
|
|
|
# /scripts/
|
|
/scripts/nix-profile.sh
|
|
/scripts/nix-copy-closure
|
|
/scripts/nix-reduce-build
|
|
/scripts/nix-http-export.cgi
|
|
/scripts/nix-profile-daemon.sh
|
|
|
|
# /src/libexpr/
|
|
/src/libexpr/lexer-tab.cc
|
|
/src/libexpr/lexer-tab.hh
|
|
/src/libexpr/parser-tab.cc
|
|
/src/libexpr/parser-tab.hh
|
|
/src/libexpr/parser-tab.output
|
|
/src/libexpr/nix.tbl
|
|
|
|
# /src/libstore/
|
|
/src/libstore/*.gen.hh
|
|
|
|
/src/nix/nix
|
|
|
|
# /src/nix-env/
|
|
/src/nix-env/nix-env
|
|
|
|
# /src/nix-instantiate/
|
|
/src/nix-instantiate/nix-instantiate
|
|
|
|
# /src/nix-store/
|
|
/src/nix-store/nix-store
|
|
|
|
/src/nix-prefetch-url/nix-prefetch-url
|
|
|
|
# /src/nix-daemon/
|
|
/src/nix-daemon/nix-daemon
|
|
|
|
/src/nix-collect-garbage/nix-collect-garbage
|
|
|
|
# /src/nix-channel/
|
|
/src/nix-channel/nix-channel
|
|
|
|
# /src/nix-build/
|
|
/src/nix-build/nix-build
|
|
|
|
/src/nix-copy-closure/nix-copy-closure
|
|
|
|
/src/build-remote/build-remote
|
|
|
|
# /tests/
|
|
/tests/test-tmp
|
|
/tests/common.sh
|
|
/tests/dummy
|
|
/tests/result*
|
|
/tests/restricted-innocent
|
|
/tests/shell
|
|
/tests/shell.drv
|
|
|
|
# /tests/lang/
|
|
/tests/lang/*.out
|
|
/tests/lang/*.out.xml
|
|
/tests/lang/*.ast
|
|
|
|
/perl/lib/Nix/Config.pm
|
|
/perl/lib/Nix/Store.cc
|
|
|
|
/misc/systemd/nix-daemon.service
|
|
/misc/systemd/nix-daemon.socket
|
|
/misc/upstart/nix-daemon.conf
|
|
|
|
/src/resolve-system-dependencies/resolve-system-dependencies
|
|
|
|
inst/
|
|
|
|
*.a
|
|
*.o
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
*.exe
|
|
*.dep
|
|
*~
|
|
*.pc
|
|
*.plist
|
|
|
|
# GNU Global
|
|
GPATH
|
|
GRTAGS
|
|
GSYMS
|
|
GTAGS
|