mirror of
https://codeberg.org/muon/home.git
synced 2025-12-05 23:57:46 +00:00
Apply patches
This commit is contained in:
parent
94e92b1c75
commit
9033ab614d
4 changed files with 36 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue