1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

feat: remove unused host-drvs

This commit is contained in:
oddlama 2023-02-04 01:51:10 +01:00
parent b6612ffa84
commit 4da937bcd0
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
7 changed files with 5 additions and 56 deletions

View file

@ -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 = [