Skip to content
Snippets Groups Projects
Commit a400fefc authored by Florian Sesser's avatar Florian Sesser
Browse files

Make pkgs in shell.nix overloadable

parent 8565b145
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment