forked from mirrors_public/oddlama_nix-config
feat: remove unused host-drvs
This commit is contained in:
parent
b6612ffa84
commit
4da937bcd0
7 changed files with 5 additions and 56 deletions
|
@ -55,15 +55,6 @@
|
|||
checks = import ./nix/checks.nix inputs system;
|
||||
devShells.default = import ./nix/dev-shell.nix inputs system;
|
||||
|
||||
packages = let
|
||||
hostDrvs = import ./nix/host-drvs.nix inputs system;
|
||||
default =
|
||||
if builtins.hasAttr "${system}" hostDrvs
|
||||
then {default = self.packages.${system}.${system};}
|
||||
else {};
|
||||
in
|
||||
hostDrvs // default;
|
||||
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
overlays = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue