format && add nix-serve for caching
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
{ inputs, pkgs, config, ... }:
|
||||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [ inputs.copyparty.nixosModules.default ];
|
||||
nixpkgs.overlays = [ inputs.copyparty.overlays.default ];
|
||||
|
||||
Reference in New Issue
Block a user