From ba31496ec11ec48cc2c4f564fe054984ce614657 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 12 Dec 2021 14:11:05 +0100 Subject: deploy-rs, zfs: ... --- shell.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index aef46c67..e0574ac4 100644 --- a/shell.nix +++ b/shell.nix @@ -1,4 +1,4 @@ -{ pkgs ? import {} }: +{ pkgs ? import {}, deploy-rs }: let nixWithFlakes = pkgs.symlinkJoin { name = "nix-with-flakes"; @@ -16,5 +16,6 @@ in pkgs.mkShell { wireguard gup nftables + deploy-rs ]; } -- cgit v1.2.3