all repos — nixfiles @ 93dba07db6a1db2d7d84adf56da0f9cc2d31bc81

System and user configuration, managed by nix and home-manager

Switch back to flakes (again) This reverts commit b5bcdf72cbc998550bf55af1842fe65f8c9ef0bf.

Alan Pearce
commit

93dba07db6a1db2d7d84adf56da0f9cc2d31bc81

parent

0996780254c9d819f0a8be3a63b643ad11dc66be

1 file changed, 1 insertion(+), 7 deletions(-)

changed files
M system/marvin.nixsystem/marvin.nix
@@ -1,18 +1,12 @@
{ pkgs , lib , ... -}: -let - srvos = import <srvos>; -in -{ +}: { imports = [ ./settings/darwin.nix ./settings/dev.nix ./settings/programs/shell.nix ./settings/programs/base.nix - <personal/modules/darwin/caddy> - srvos.modules.darwin.desktop ]; local.web = {