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
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 ...@@ -4,7 +4,7 @@ let
in in
{ pkgs ? nixpkgs }: { pkgs ? nixpkgs }:
pkgs.mkShell { pkgs.mkShell {
NIX_PATH = "nixpkgs=${nixpkgs.path}"; NIX_PATH = "nixpkgs=${pkgs.path}";
buildInputs = [ buildInputs = [
pkgs.morph pkgs.morph
stable2105.vagrant 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