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
Tags 0.1.0.0
3 merge requests!140Merge staging into production,!118Merge develop into staging,!111nix-shell: Make overloadable, use old morph for now
......@@ -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.
Finish editing this message first!
Please register or to comment