flake.nix: clean up overlays
This commit is contained in:
parent
91b0a01490
commit
4543c295e1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue