about summary refs log tree commit diff
path: root/third_party/naersk.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/naersk.nix')
-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";