This commit is contained in:
GHOSCHT 2024-05-14 20:06:49 +02:00
parent 13d277ad92
commit 8f4df05bde
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -5,16 +5,13 @@
url = "github:viperml/nh";
inputs.nixpkgs.follows = "nixpkgs";
};
heliox-cli.url = "git+https://git.ghoscht.com/heliox/cli?ref=custom-dimming";
};
outputs = {
self,
nixpkgs,
nh,
heliox-cli,
...
} @ inputs: let
in {
packages.x86_64-linux.nh = nh.packages.x86_64-linux.nh;
defaultPackage.x86_64-linux = self.packages.x86_64-linux.nh;
hydraJobs."nh" = self.defaultPackage;
} @ inputs: {
hydraJobs.nh = heliox-cli.packages.x86_64-linux.hx;
};
}