diff options
Diffstat (limited to 'modules/athena-bccr/hm.nix')
| -rw-r--r-- | modules/athena-bccr/hm.nix | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/modules/athena-bccr/hm.nix b/modules/athena-bccr/hm.nix deleted file mode 100644 index df41f12..0000000 --- a/modules/athena-bccr/hm.nix +++ /dev/null @@ -1,19 +0,0 @@ -{ - pkgs, - lib, - cfg, - doctrine, - ... -}: let - athena = - (pkgs.${doctrine.prefix}.athena-bccr.override { - inherit (cfg) mirror; - }).${ - cfg.release - }; -in { - home.packages = [ - athena.firmador - (athena.gaudi.override {inherit (cfg) gaudiHash;}) - ]; -} |
