Remove unnecessary <nixpkgs> import in deploy.nix
This commit is contained in:
parent
43fbd4b334
commit
8ef92a0f30
|
@ -1,7 +1,3 @@
|
||||||
let
|
|
||||||
pkgs = import <nixpkgs> { };
|
|
||||||
stdenv = pkgs.stdenv;
|
|
||||||
in
|
|
||||||
{
|
{
|
||||||
network.description = "Web server for Schulischer Schabernack";
|
network.description = "Web server for Schulischer Schabernack";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue