flake.nix: clean up overlays

compress-drv-tests
Motiejus Jakštys 2024-02-02 22:31:00 +02:00
parent 91b0a01490
commit 4543c295e1
1 changed files with 2 additions and 1 deletions

View File

@ -102,6 +102,7 @@
inherit (super.deploy-rs) lib;
};
})
(_: _: {deploy-rs-pkg = null;})
];
in
{
@ -323,7 +324,7 @@
agenix.packages.${system}.agenix
];
inherit (inputs.self.checks.${system}.pre-commit-check) shellHook;
inherit (self.checks.${system}.pre-commit-check) shellHook;
};
formatter = pkgs.alejandra;