Apply patches

This commit is contained in:
muon 2025-01-02 12:22:18 +00:00
parent 94e92b1c75
commit 9033ab614d
4 changed files with 36 additions and 12 deletions

View file

@ -1,9 +1,7 @@
{ inputs, system, pkgs, ... }:
let nixpkgs = inputs.nixpkgs;
in {
{ inputs, system, pkgs, nixpkgs, ... }: {
mkHost = host:
nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs system; };
inputs.nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs system pkgs nixpkgs; };
modules = [
host