diff options
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> {}, deploy-rs }: | 1 | { pkgs ? import <nixpkgs> {}, deploy-rs, nvfetcher }: |
| 2 | let | 2 | let |
| 3 | nixWithFlakes = pkgs.symlinkJoin { | 3 | nixWithFlakes = pkgs.symlinkJoin { |
| 4 | name = "nix-with-flakes"; | 4 | name = "nix-with-flakes"; |
| @@ -24,5 +24,6 @@ in pkgs.mkShell { | |||
| 24 | tai64dec | 24 | tai64dec |
| 25 | knot-dns | 25 | knot-dns |
| 26 | yq | 26 | yq |
| 27 | nvfetcher | ||
| 27 | ]; | 28 | ]; |
| 28 | } | 29 | } |
