diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-12 14:11:05 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-12 14:11:05 +0100 |
commit | ba31496ec11ec48cc2c4f564fe054984ce614657 (patch) | |
tree | 39dc4a9444c705c44c665ffd0fafa540f40260fb /shell.nix | |
parent | ab9c3e24f1f33e1b52065f295521d4184fb7f61b (diff) | |
download | nixos-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.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | { pkgs ? import <nixpkgs> {} }: | 1 | { pkgs ? import <nixpkgs> {}, deploy-rs }: |
2 | let | 2 | let |
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 | } |