From 46155dffeffd34906697951807f1acfacc4a8de3 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 9 Feb 2024 22:44:36 +0900 Subject: [PATCH] test --- nixos/default.nix | 2 +- nixos/minimal.nix | 2 +- nixos/small.nix | 2 +- nixos/users/albert/default.nix | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nixos/default.nix b/nixos/default.nix index 5ba0e22c..19647a0b 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -1,4 +1,4 @@ -{ lib, config, pkgs, hostname, stateVersion, username, desktop, gpu, inputs, system, theme, ... }: { +{ lib, config, unstable-pkgs, pkgs, hostname, stateVersion, username, desktop, gpu, inputs, system, theme, ... }: { imports = [ # Modules inputs.disko.nixosModules.disko diff --git a/nixos/minimal.nix b/nixos/minimal.nix index 67def2c9..07990912 100644 --- a/nixos/minimal.nix +++ b/nixos/minimal.nix @@ -1,4 +1,4 @@ -{ lib, config, pkgs, hostname, stateVersion, username, desktop, gpu, inputs, system, theme, ... }: { +{ lib, config, unstable-pkgs, pkgs, hostname, stateVersion, username, desktop, gpu, inputs, system, theme, ... }: { imports = [ # Services ./common/services/openssh.nix diff --git a/nixos/small.nix b/nixos/small.nix index 1b6dc22d..1c2c9f99 100644 --- a/nixos/small.nix +++ b/nixos/small.nix @@ -1,4 +1,4 @@ -{ lib, config, pkgs, hostname, stateVersion, username, desktop, gpu, inputs, system, theme, ... }: { +{ lib, config, unstable-pkgs, pkgs, hostname, stateVersion, username, desktop, gpu, inputs, system, theme, ... }: { imports = [ # Modules inputs.disko.nixosModules.disko diff --git a/nixos/users/albert/default.nix b/nixos/users/albert/default.nix index 73a9e52e..42f31bab 100644 --- a/nixos/users/albert/default.nix +++ b/nixos/users/albert/default.nix @@ -1,4 +1,4 @@ -{ config, desktop, lib, pkgs, ... }: +{ config, desktop, lib, unstable-pkgs, pkgs, ... }: let ifExists = groups: builtins.filter (group: builtins.hasAttr group config.users.groups) groups; in {