flake: add hydra jobs
This commit is contained in:
parent
9fce4171bb
commit
c83f37a370
1 changed files with 5 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
outputs = { fenix, nixpkgs, ... }:
|
||||
outputs = { self, fenix, nixpkgs, ... }:
|
||||
let
|
||||
allSystems = [
|
||||
"x86_64-linux" # 64-bit Intel/AMD Linux
|
||||
|
|
@ -55,6 +55,10 @@
|
|||
];
|
||||
};
|
||||
});
|
||||
hydraJobs = {
|
||||
devShell.x86_64-linux = self.devShells.x86_64-linux.default;
|
||||
flurry.x86_64-linux = self.packages.x86_64-linux.flurry;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue