citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

default.nix (203B)


      1 extra:
      2 { config, lib, pkgs, ... }:
      3 let
      4   monstercatpkgs = import <monstercatpkgs> {};
      5   payments-processor = monstercatpkgs.payments-processor;
      6   payment-scripts = monstercatpkgs.payment-scripts;
      7 in
      8 {
      9 }