Add pkg alias

post/wasm-gol-2
Ashelyn Rose 1 year ago
parent c2b6a551c7
commit 18819be419

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

Loading…
Cancel
Save