This commit is contained in:
GHOSCHT 2024-05-14 20:09:48 +02:00
parent d7051d278e
commit 0d7dc6a4f5
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -1,17 +1,9 @@
{
description = "A very basic flake";
inputs = {
nh = {
url = "github:viperml/nh";
inputs.nixpkgs.follows = "nixpkgs";
};
heliox-cli.url = "git+https://git.ghoscht.com/heliox/cli?ref=custom-dimming";
};
outputs = {
nh,
heliox-cli,
...
} @ inputs: {
outputs = {heliox-cli, ...} @ inputs: {
hydraJobs.heliox = heliox-cli.packages.x86_64-linux.hx;
};
}