flake: remove unnecessary list flattening
This commit is contained in:
parent
07c2a4ac49
commit
c2cbb67107
3 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
{ config, pkgs, lib, private, ... }: {
|
||||
imports = lib.flatten [
|
||||
imports = [
|
||||
private.nixosModules.minecraft-servers
|
||||
private.nixosModules.nitter
|
||||
./hardware-configuration.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue