citadel

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

default.nix (210B)


      1 { callPackage, fetchgit }:
      2 callPackage (fetchgit {
      3   url = git://git.jb55.com/ratio;
      4   rev = "c6e99cf4336785ee4f3ef6b97a9562aa6944a2c8";
      5   sha256 = "12r80ad9r4l4vsmc6dczcjn93wp7awfs4y1r0yagvmwdqnk96lpv";
      6 }) {}