summaryrefslogtreecommitdiff
path: root/users/gkleen@odin.nix
blob: d06215d174ffdd60fa1b6a9127fb14d9ffad5cd7 (plain)
1
2
3
4
5
{
  packageOverrides = pkgs: with pkgs; {
    strm = pkgs.callPackage ../odin/strm.nix {};
  };
}