summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-12-12 14:11:05 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2021-12-12 14:11:05 +0100
commitba31496ec11ec48cc2c4f564fe054984ce614657 (patch)
tree39dc4a9444c705c44c665ffd0fafa540f40260fb /shell.nix
parentab9c3e24f1f33e1b52065f295521d4184fb7f61b (diff)
downloadnixos-ba31496ec11ec48cc2c4f564fe054984ce614657.tar
nixos-ba31496ec11ec48cc2c4f564fe054984ce614657.tar.gz
nixos-ba31496ec11ec48cc2c4f564fe054984ce614657.tar.bz2
nixos-ba31496ec11ec48cc2c4f564fe054984ce614657.tar.xz
nixos-ba31496ec11ec48cc2c4f564fe054984ce614657.zip
deploy-rs, zfs: ...
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index aef46c67..e0574ac4 100644
--- a/shell.nix
+++ b/shell.nix
@@ -1,4 +1,4 @@
1{ pkgs ? import <nixpkgs> {} }: 1{ pkgs ? import <nixpkgs> {}, deploy-rs }:
2let 2let
3 nixWithFlakes = pkgs.symlinkJoin { 3 nixWithFlakes = pkgs.symlinkJoin {
4 name = "nix-with-flakes"; 4 name = "nix-with-flakes";
@@ -16,5 +16,6 @@ in pkgs.mkShell {
16 wireguard 16 wireguard
17 gup 17 gup
18 nftables 18 nftables
19 deploy-rs
19 ]; 20 ];
20} 21}