Skip to content

Commit

Permalink
fix: remove system from lib
Browse files Browse the repository at this point in the history
  • Loading branch information
brynblack committed Sep 15, 2024
1 parent 40fb687 commit 131d38a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
polykey = { config, ... }:
with nixpkgs-matrix.lib.${system}; {
with nixpkgs-matrix.lib; {
options = {
services.polykey = {
enable = mkEnableOption
Expand Down Expand Up @@ -82,7 +82,7 @@
};
};
polykey-home = { config, ... }:
with nixpkgs-matrix.lib.${system}; {
with nixpkgs-matrix.lib; {
options = {
programs.polykey = {
enable = mkEnableOption "Enable the user-space Polykey agent.";
Expand Down

0 comments on commit 131d38a

Please sign in to comment.