fix: rename checks in examples

This commit is contained in:
Yusuf Bera Ertan 2022-11-13 14:19:46 +03:00
parent 37c71736a7
commit 6f840b11f1
No known key found for this signature in database
GPG Key ID: 1D8F8FAF2294D6EA
5 changed files with 5 additions and 5 deletions

View File

@ -58,6 +58,6 @@
];
})
// {
checks.x86_64-linux.ripgrep = self.packages.x86_64-linux.ripgrep;
checks.x86_64-linux.linemd = self.packages.x86_64-linux.linemd;
};
}

View File

@ -20,7 +20,7 @@
perSystem = {config, ...}: {
# define an input for dream2nix to generate outputs for
dream2nix.inputs."ripgrep" = {
dream2nix.inputs."linemd" = {
source = src;
settings = [{builder = "crane";}];
};

View File

@ -32,7 +32,7 @@
in rec {
packages.${pkgs.system} = outputs.packages;
checks.${pkgs.system} = {
inherit (outputs.packages) ripgrep;
inherit (outputs.packages) linemd;
};
};

View File

@ -22,6 +22,6 @@
];
})
// {
checks.x86_64-linux.rand = self.packages.x86_64-linux.rand;
checks.x86_64-linux.linemd = self.packages.x86_64-linux.linemd;
};
}

View File

@ -48,6 +48,6 @@
};
})
// {
checks.x86_64-linux.ripgrep = self.packages.x86_64-linux.ripgrep;
checks.x86_64-linux.linemd = self.packages.x86_64-linux.linemd;
};
}