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