Refactor to remove system variable

This commit is contained in:
Oliver Davies 2024-03-12 17:15:10 +00:00
parent 9eac93c95f
commit d14f0a8883
4 changed files with 5 additions and 9 deletions

View file

@ -1,7 +1,6 @@
{
inputs,
desktop ? false,
system,
}: {pkgs, ...}: let
configure-gtk = pkgs.writeTextFile {
name = "configure-gtk";