Merge remote-tracking branch 'origin/nixos' into nixos-work

This commit is contained in:
Moritz Böhme 2023-05-12 15:21:56 +02:00
commit b575305a6c

View file

@ -161,8 +161,6 @@
with lib; {
inherit lib;
pkgs = forEachSystem pkgsFor;
# ╔══════════════════════════════════════════════════════════╗
# ║ NixOS Configurations ║
# ╚══════════════════════════════════════════════════════════╝
@ -195,6 +193,8 @@
pre-commit-check = pre-commit-check system;
});
legacyPackages = forEachSystem pkgsFor;
packages = forEachSystem (system:
let
pkgs = pkgsFor system;