Update flake.nix
Some checks are pending
buildbot/nix-eval Build started.

This commit is contained in:
Skyler Grey 2024-07-27 01:05:33 +00:00
parent ea7cb099e0
commit ea23c50e9c

View file

@ -22,7 +22,8 @@
}; };
}; };
outputs-builder = channels: outputs-builder = channels: {
checks = inputs.self.packages.${channels.nixpkgs.system}; checks = inputs.self.packages.${channels.nixpkgs.system};
};
}; };
} }