X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shell.nix;h=0512c544fb59c874551b583cd18deefe758a89f1;hb=c7b16397101fd534c41ede5ae7c55e7e120c06f7;hpb=47f8078d0e62a026bab77a93a0e9672f44738502;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/shell.nix b/shell.nix index 5da8687..0512c54 100644 --- a/shell.nix +++ b/shell.nix @@ -1,4 +1,4 @@ { pkgs ? import { overlays = builtins.attrValues (import ./overlays); } }: pkgs.mkShell { - buildInputs = [ pkgs.nixUnstable pkgs.python3 pkgs.sops pkgs.morph pkgs.niv pkgs.curl pkgs.shellcheck pkgs.jq pkgs.gnumake pkgs.yq ]; + buildInputs = [ pkgs.nixUnstable pkgs.python3 pkgs.colmena pkgs.sops pkgs.morph pkgs.niv pkgs.curl pkgs.shellcheck pkgs.jq pkgs.gnumake pkgs.yq ]; }