reformat all
1 file changed, 3 insertions(+), 1 deletion(-)
changed files
M default.nix → default.nix
@@ -6,7 +6,9 @@ # Having pkgs default to <nixpkgs> is fine though, and it lets you use short # commands such as: # nix-build -A mypackage -{ pkgs ? import <nixpkgs> { } }: +{ + pkgs ? import <nixpkgs> { }, +}: { # The `lib`, `modules`, and `overlays` names are special