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