Skip to content

Commit 131d38a

Browse files
author
Brynley Llewellyn-Roux
committed
fix: remove system from lib
1 parent 40fb687 commit 131d38a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{
44
polykey = { config, ... }:
5-
with nixpkgs-matrix.lib.${system}; {
5+
with nixpkgs-matrix.lib; {
66
options = {
77
services.polykey = {
88
enable = mkEnableOption
@@ -82,7 +82,7 @@
8282
};
8383
};
8484
polykey-home = { config, ... }:
85-
with nixpkgs-matrix.lib.${system}; {
85+
with nixpkgs-matrix.lib; {
8686
options = {
8787
programs.polykey = {
8888
enable = mkEnableOption "Enable the user-space Polykey agent.";

0 commit comments

Comments
 (0)