From cfc871cce6aefaa0ff64619780a807cba761c6b2 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 30 Jan 2023 12:20:23 +0100 Subject: ... --- shell.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 5f883cd1..c50c1991 100644 --- a/shell.nix +++ b/shell.nix @@ -1,10 +1,9 @@ -inputs@{ system, self, deploy-rs, nvfetcher, nixpkgs, ... }: +inputs@{ system, self, deploy-rs, nvfetcher, nixpkgs, ca-util, ... }: let pkgs = self.legacyPackages.${system}; utils = import ./utils { inherit (nixpkgs) lib; }; inherit (utils) nixImport; in pkgs.mkShell { - name = "nixos"; nativeBuildInputs = builtins.attrValues self.packages.${system} ++ (with pkgs; [ sops wireguard-tools @@ -14,5 +13,7 @@ in pkgs.mkShell { knot-dns yq nvfetcher.packages.${system}.default + ca-util.packages.${system}.ca ]); + } -- cgit v1.2.3