X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=shell.nix;h=2a95658152d1b627770fb4fd548fb6c250e7145b;hp=70c76044aa0d05aff88bbc4cbdff4c5ca4a6d465;hb=051f375ca96f448820f0da33a24a8ee4bb937ad2;hpb=da28a4e2afef21710f73860b26893fa18dd32858 diff --git a/shell.nix b/shell.nix index 70c7604..2a95658 100644 --- a/shell.nix +++ b/shell.nix @@ -1,4 +1,4 @@ { pkgs ? import { overlays = builtins.attrValues (import ./overlays); } }: pkgs.mkShell { - buildInputs = [ pkgs.nixops pkgs.niv pkgs.pass pkgs.curl pkgs.shellcheck pkgs.jq pkgs.gnumake ]; + buildInputs = [ pkgs.morph pkgs.niv pkgs.pass pkgs.curl pkgs.shellcheck pkgs.jq pkgs.gnumake ]; }