mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-14 16:42:43 +02:00
feat: format via 'ls **/*.nix | each { |it| nixfmt $it.name }'
This commit is contained in:
+2
-1
@@ -1,5 +1,6 @@
|
||||
# https://github.com/NixOS/nixpkgs/blob/master/lib/attrsets.nix
|
||||
{lib, ...}: {
|
||||
{ lib, ... }:
|
||||
{
|
||||
# Generate an attribute set from a list.
|
||||
#
|
||||
# lib.genAttrs [ "foo" "bar" ] (name: "x_" + name)
|
||||
|
||||
Reference in New Issue
Block a user