Commit 5b3373d0fa30
Changed files (2)
honshu.nix
@@ -2,7 +2,7 @@
{
imports = [
- ./server.nix
+ ./base.nix
];
profiles.dev.go.enable = true;
xdg.configFile."ape.conf".source = ./ape.conf;
server.nix
@@ -1,5 +0,0 @@
-{ pkgs, prefix, ... }:
-
-{
- imports = [ ./base.nix ];
-}