Update flake.nix
Some checks failed
buildbot/nix-eval Build done.

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

View file

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