From 3d577fd69bfe89a9b8497367fdc55d75174e34bd Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 15 Apr 2025 09:21:54 +0200 Subject: ... --- shell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 5bcb8180..b6059799 100644 --- a/shell.nix +++ b/shell.nix @@ -1,4 +1,4 @@ -inputs@{ system, self, deploy-rs, nvfetcher, nixpkgs, ca-util, ... }: +inputs@{ system, self, nvfetcher, nixpkgs, ca-util, ... }: let pkgs = self.legacyPackages.${system}; utils = import ./utils { inherit (nixpkgs) lib; }; @@ -9,7 +9,7 @@ in pkgs.mkShell { wireguard-tools gup nftables - deploy-rs.packages.${system}.deploy-rs + deploy-rs.deploy-rs knot-dns yq nvfetcher.packages.${system}.default -- cgit v1.2.3