diff --git a/nixos-module.nix b/nixos-module.nix index 461ee5f..3dc07ad 100644 --- a/nixos-module.nix +++ b/nixos-module.nix @@ -1,4 +1,4 @@ -{ pkgs } : +{ pkgs , ... } : with pkgs ; diff --git a/packages/bookwyrm/nixos-module.nix b/packages/bookwyrm/nixos-module.nix index bb92e4e..4d9d4d6 100644 --- a/packages/bookwyrm/nixos-module.nix +++ b/packages/bookwyrm/nixos-module.nix @@ -1,4 +1,4 @@ -{ pkgs } : +{ pkgs , ... } : with pkgs . kernelmaft ;