From a400fefc9042e281cd0cb8201d92d78aa1bca5c3 Mon Sep 17 00:00:00 2001
From: Florian Sesser <florian@private.storage>
Date: Sun, 27 Jun 2021 08:00:34 +0000
Subject: [PATCH] Make pkgs in shell.nix overloadable

---
 shell.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shell.nix b/shell.nix
index 2c1c5123..046f0990 100644
--- a/shell.nix
+++ b/shell.nix
@@ -4,7 +4,7 @@ let
 in
 { pkgs ? nixpkgs }:
 pkgs.mkShell {
-  NIX_PATH = "nixpkgs=${nixpkgs.path}";
+  NIX_PATH = "nixpkgs=${pkgs.path}";
   buildInputs = [
     pkgs.morph
     stable2105.vagrant
-- 
GitLab