From 8ef92a0f30cb51c96f7d89c40a90e289d7bc5527 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Tue, 24 Nov 2020 20:54:14 +0100 Subject: [PATCH] Remove unnecessary import in deploy.nix --- deploy.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/deploy.nix b/deploy.nix index 62538a8..c879bb9 100644 --- a/deploy.nix +++ b/deploy.nix @@ -1,7 +1,3 @@ -let - pkgs = import { }; - stdenv = pkgs.stdenv; -in { network.description = "Web server for Schulischer Schabernack";