fix flake by adding a bit of builtins (I hope)
This commit is contained in:
parent
f530916147
commit
20c0521b9d
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
(lib.getExe
|
||||
config.services.jank-client.package)
|
||||
];
|
||||
imports = ["${config.services.jank-client.package}/jank-client.nix"];
|
||||
imports = [(builtins.toPath "${config.services.jank-client.package}/jank-client.nix")];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue