nix: remove redundant files

This commit is contained in:
Fiscal Velvet Poet 2022-08-15 16:50:28 +10:00
parent 13c770cd87
commit 180d6bc1a5
Signed by: fiscalvelvetpoet
GPG key ID: D8EBFD58B023BD47
2 changed files with 0 additions and 13 deletions

View file

@ -1,2 +0,0 @@
{
}

View file

@ -1,11 +0,0 @@
self: super: {
globals = import ./globals-defaults.nix // rec {
deploymentName = "jfdic-ops";
domain = "jfdic.org";
environment = "${deploymentName}";
};
}