mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-27 06:37:01 +03:00
fix: rename checks in examples
This commit is contained in:
parent
37c71736a7
commit
6f840b11f1
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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";}];
|
||||
};
|
||||
|
@ -32,7 +32,7 @@
|
||||
in rec {
|
||||
packages.${pkgs.system} = outputs.packages;
|
||||
checks.${pkgs.system} = {
|
||||
inherit (outputs.packages) ripgrep;
|
||||
inherit (outputs.packages) linemd;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user