From 23a7bc6a7590ebced5828e09c09d6e7a39188d74 Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 29 Apr 2015 06:24:40 +0200 Subject: Handle all paths with nixpkgs-path.nix. This file is just defaulting to , but we're going to substitue it by the channel generator. We also need to make sure that we don't have any other references to , but the latter can best be done on Hydra's side if we don't make available to vuizvui builds. Signed-off-by: aszlig --- nixpkgs-path.nix | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 nixpkgs-path.nix (limited to 'nixpkgs-path.nix') diff --git a/nixpkgs-path.nix b/nixpkgs-path.nix new file mode 100644 index 00000000..c13b09db --- /dev/null +++ b/nixpkgs-path.nix @@ -0,0 +1,2 @@ +# This will be replaced by the channel expression generators in release.nix! + -- cgit 1.4.1