Eelco Dolstra
a8edf185a9
Add constant ‘nixPath’
It contains the Nix expression search path as a list of { prefix, path
} sets, e.g.
[ { path = "/nix/var/nix/profiles/per-user/root/channels/nixos"; prefix = ""; }
{ path = "/etc/nixos/configuration.nix"; prefix = "nixos-config"; }
{ path = "/home/eelco/Dev/nix/inst/share/nix/corepkgs"; prefix = "nix"; }
]
2014-05-26 14:55:47 +02:00
..
2014-03-30 00:49:23 +01:00
2014-02-01 14:38:12 +01:00
2014-02-26 13:58:46 +01:00
2014-05-26 14:55:47 +02:00
2014-05-23 14:43:58 +02:00
2014-05-21 17:19:36 +02:00
2014-05-21 17:19:36 +02:00
2014-04-03 17:39:57 +02:00
2014-04-15 15:34:58 +02:00
2014-02-01 13:54:38 +01:00
2014-05-13 12:56:48 +02:00
2014-02-01 13:54:38 +01:00
2014-05-21 17:19:36 +02:00