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";
|
||||
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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue