Skip to content

Commit

Permalink
chore(treewide): Run treefmt in devShell
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Apr 12, 2024
1 parent bd94a58 commit 522b77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/lib.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rec {
let
env = parseEnvList envList;
in
lib.attrByPath [name] null env;
lib.attrByPath [ name ] null env;

# Parse "FOO=bar" into { FOO = "bar"; }
parseEnv = s:
Expand Down

0 comments on commit 522b77b

Please sign in to comment.