summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2025-04-15 09:21:54 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2025-04-15 09:21:54 +0200
commit3d577fd69bfe89a9b8497367fdc55d75174e34bd (patch)
treef9c844155ad56b3974c7aa36789c2da6dd37e680 /shell.nix
parent60ff6f43ef620caa6028dc6c972597cca14aa242 (diff)
downloadnixos-3d577fd69bfe89a9b8497367fdc55d75174e34bd.tar
nixos-3d577fd69bfe89a9b8497367fdc55d75174e34bd.tar.gz
nixos-3d577fd69bfe89a9b8497367fdc55d75174e34bd.tar.bz2
nixos-3d577fd69bfe89a9b8497367fdc55d75174e34bd.tar.xz
nixos-3d577fd69bfe89a9b8497367fdc55d75174e34bd.zip
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell.nix b/shell.nix
index 5bcb8180..b6059799 100644
--- a/shell.nix
+++ b/shell.nix
@@ -1,4 +1,4 @@
1inputs@{ system, self, deploy-rs, nvfetcher, nixpkgs, ca-util, ... }: 1inputs@{ system, self, nvfetcher, nixpkgs, ca-util, ... }:
2let 2let
3 pkgs = self.legacyPackages.${system}; 3 pkgs = self.legacyPackages.${system};
4 utils = import ./utils { inherit (nixpkgs) lib; }; 4 utils = import ./utils { inherit (nixpkgs) lib; };
@@ -9,7 +9,7 @@ in pkgs.mkShell {
9 wireguard-tools 9 wireguard-tools
10 gup 10 gup
11 nftables 11 nftables
12 deploy-rs.packages.${system}.deploy-rs 12 deploy-rs.deploy-rs
13 knot-dns 13 knot-dns
14 yq 14 yq
15 nvfetcher.packages.${system}.default 15 nvfetcher.packages.${system}.default