Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{
imports = [
./continuwuity
./rocksdb
./rust.nix
./uwulib
];
perSystem =
{ self', ... }:
packages.default = self'.packages.continuwuity-default-bin;
};
}