Fix undefined pkg in nixos module

main
Ashelyn Dawn 5 months ago
parent 14bfd8bc27
commit 6afe0d00ac

@ -99,6 +99,8 @@
nixosModule = {config, lib, pkgs, ...}:
with lib;
let cfg = config.ashe.services."tempest.dev";
pkg = self.packages.${pkgs.system}.default;
in {
options.ashe.services."tempest.dev" = {

Loading…
Cancel
Save