1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 11:11:03 -04:00
nix/src/nix-env
John Ericson 2274f63453 Get rid of basicDerivation::findOutput
It's a tiny function which is:

 - hardly worth abstrating over, and also only used once.

 - doesn't work once we get CA drvs

I rewrote the one callsite to be forwards compatable with CA
derivations, and also potentially more performant: instead of reading in
the derivation it can ust consult the SQLite DB in the common case.
2020-07-23 14:39:02 +00:00
..
buildenv.nix Move some corepkgs into the nix binary 2020-03-11 16:57:48 +01:00
nix-env.cc Get rid of basicDerivation::findOutput 2020-07-23 14:39:02 +00:00
user-env.cc Remove StorePath::clone() and related functions 2020-06-16 22:20:18 +02:00
user-env.hh Mis-read Eelko's request to not make this an option: now, let's not make 2015-05-20 17:29:52 +02:00