parent
0345c756d8
commit
7cb4b1be69
4 changed files with 73 additions and 26 deletions
|
|
@ -35,6 +35,8 @@
|
|||
nheko.flake = false;
|
||||
mtxclient.url = "github:Nheko-Reborn/mtxclient";
|
||||
mtxclient.flake = false;
|
||||
nix-ci.url = "git+https://git.xyno.systems/xyno/nix-ci";
|
||||
nix-ci.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
# helix
|
||||
helix.url = "github:helix-editor/helix";
|
||||
|
|
@ -70,6 +72,7 @@
|
|||
);
|
||||
overlays = [
|
||||
self.overlays.default
|
||||
inputs.nix-ci.overlays.default
|
||||
(final: prev: {
|
||||
inherit (final.unstable.lixPackageSets.latest)
|
||||
nixpkgs-review
|
||||
|
|
@ -148,7 +151,7 @@
|
|||
in
|
||||
{
|
||||
nix = pkgs.unstable.lixPackageSets.latest.lix;
|
||||
inherit (pkgs) nix-fast-build attic-client jq;
|
||||
inherit (pkgs) nix-fast-build attic-client jq nix-ci;
|
||||
};
|
||||
checks."x86_64-linux"."nixos" =
|
||||
let
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue