Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Sep 8, 2024
1 parent 3c27355 commit 0897ff2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion home/users/christian/shell/direnv/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ with lib;
let

cfg = config.custom.users.christian.shell.direnv;
nonNixosCfg = config.custom.base.non-nixos;

in

Expand Down
2 changes: 1 addition & 1 deletion home/users/christian/shell/zsh/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ config, lib, ... }:

with lib;

Expand Down
4 changes: 2 additions & 2 deletions lib/builders/modules/nix-home/default.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{ lib, inputs, pkgs, ... } @args:
{ lib, inputs, pkgs, ... }:

let

nixCommons = import ../nix-commons args;
nixCommons = import ../nix-commons { inherit lib inputs pkgs; };

in

Expand Down

0 comments on commit 0897ff2

Please sign in to comment.