summary refs log tree commit diff
diff options
context:
space:
mode:
authorAshelyn Dawn <ashe@noreply.localhost>2023-12-02 18:39:19 -0700
committerAshelyn Dawn <ashe@noreply.localhost>2023-12-02 18:39:19 -0700
commit6afe0d00acb0f058bf3b8b9c396af7f29c307eb5 (patch)
tree6a0c66d479e2305d7e49388c61ee818ec316e0b2
parent14bfd8bc27e0e6bb4037b1089b64e31312e5a57d (diff)
Fix undefined pkg in nixos module
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 6137835..0163c96 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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" = {