home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 5b3373d0fa300ce2aa334b6a7175ca3e99b33ed4
parent b65f248eba5cdb70b0523f9ee8590d945342e9c9
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu,  1 Nov 2018 15:47:44 +0100

Remove server.nix

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mhonshu.nix | 2+-
Dserver.nix | 5-----
2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/honshu.nix b/honshu.nix @@ -2,7 +2,7 @@ { imports = [ - ./server.nix + ./base.nix ]; profiles.dev.go.enable = true; xdg.configFile."ape.conf".source = ./ape.conf; diff --git a/server.nix b/server.nix @@ -1,5 +0,0 @@ -{ pkgs, prefix, ... }: - -{ - imports = [ ./base.nix ]; -}