sfsdf
This commit is contained in:
parent
d7051d278e
commit
0d7dc6a4f5
1 changed files with 1 additions and 9 deletions
10
flake.nix
10
flake.nix
|
@ -1,17 +1,9 @@
|
||||||
{
|
{
|
||||||
description = "A very basic flake";
|
description = "A very basic flake";
|
||||||
inputs = {
|
inputs = {
|
||||||
nh = {
|
|
||||||
url = "github:viperml/nh";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
heliox-cli.url = "git+https://git.ghoscht.com/heliox/cli?ref=custom-dimming";
|
heliox-cli.url = "git+https://git.ghoscht.com/heliox/cli?ref=custom-dimming";
|
||||||
};
|
};
|
||||||
outputs = {
|
outputs = {heliox-cli, ...} @ inputs: {
|
||||||
nh,
|
|
||||||
heliox-cli,
|
|
||||||
...
|
|
||||||
} @ inputs: {
|
|
||||||
hydraJobs.heliox = heliox-cli.packages.x86_64-linux.hx;
|
hydraJobs.heliox = heliox-cli.packages.x86_64-linux.hx;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue