Remove unnecessary <nixpkgs> import in deploy.nix

master
Simon Bruder 2020-11-24 20:54:14 +01:00
parent 43fbd4b334
commit 8ef92a0f30
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,3 @@
let
pkgs = import <nixpkgs> { };
stdenv = pkgs.stdenv;
in
{
network.description = "Web server for Schulischer Schabernack";