installer: reuse pkgs
All checks were successful
build / test (push) Successful in 7s

This commit is contained in:
lassulus 2023-08-02 11:50:43 +02:00
parent d6ec2922bf
commit 25024861f9
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
{ self, lib, ... }:
let
installer = lib.nixosSystem {
pkgs = self.inputs.nixpkgs.legacyPackages.x86_64-linux;
system = "x86_64-linux";
modules = [
self.nixosModules.installer

View File

@ -25,7 +25,7 @@
./flake-parts/formatting.nix
./flake-parts/merge-after-ci
./flake-parts/modules.nix
./flake-parts/packages.nix
./flake-parts/installer.nix
./flake-parts/tea-create-pr
./flake-parts/writers
./templates/flake-module.nix