mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-08-13 13:13:36 -05:00
flake: use package
attribute in checks
This commit is contained in:
@@ -96,7 +96,7 @@
|
|||||||
eachSystem [ "x86_64-linux" ]
|
eachSystem [ "x86_64-linux" ]
|
||||||
(system: {
|
(system: {
|
||||||
checks = {
|
checks = {
|
||||||
init-example-el = nixpkgs.legacyPackages.${system}.callPackage ./. { doomPrivateDir = ./test/doom.d; dependencyOverrides = inputs; };
|
init-example-el = self.outputs.package.${system} { doomPrivateDir = ./test/doom.d; dependencyOverrides = inputs; };
|
||||||
};
|
};
|
||||||
}) //
|
}) //
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user