heliox
This commit is contained in:
parent
13d277ad92
commit
8f4df05bde
1 changed files with 4 additions and 7 deletions
11
flake.nix
11
flake.nix
|
@ -5,16 +5,13 @@
|
||||||
url = "github:viperml/nh";
|
url = "github:viperml/nh";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
heliox-cli.url = "git+https://git.ghoscht.com/heliox/cli?ref=custom-dimming";
|
||||||
};
|
};
|
||||||
outputs = {
|
outputs = {
|
||||||
self,
|
|
||||||
nixpkgs,
|
|
||||||
nh,
|
nh,
|
||||||
|
heliox-cli,
|
||||||
...
|
...
|
||||||
} @ inputs: let
|
} @ inputs: {
|
||||||
in {
|
hydraJobs.nh = heliox-cli.packages.x86_64-linux.hx;
|
||||||
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;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue