refactor: rename pkgs to use them for nix run

dev-docs
Moritz Böhme 2023-05-12 15:20:55 +02:00
parent e3b7c63f20
commit 462f2e3276
1 changed files with 2 additions and 2 deletions

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;