about summary refs log tree commit diff
path: root/third_party
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-12-09T02·54+0000
committerVincent Ambo <tazjin@google.com>2019-12-09T02·55+0000
commit46e5a23937c68d89d1d080ad6feef7587bcdbdc8 (patch)
tree03352d657ebf25fac56e1b3320a81e82a0de08ed /third_party
parent39ba7616634522a0495f42034240ff9d114b45a0 (diff)
fix: Amend import paths to use whitelisted nixpkgs r/103
Diffstat (limited to 'third_party')
-rw-r--r--third_party/naersk.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/naersk.nix b/third_party/naersk.nix
index 0e708a5781..918f0c5c0f 100644
--- a/third_party/naersk.nix
+++ b/third_party/naersk.nix
@@ -1,6 +1,6 @@
 { pkgs, ... }:
 
-let inherit (pkgs.third_party.nixpkgs) callPackage fetchFromGitHub;
+let inherit (pkgs.third_party) callPackage fetchFromGitHub;
 in callPackage (fetchFromGitHub {
   owner = "nmattia";
   repo = "naersk";