From 0df7c346705957a29136bd5802a4a0ef38cc3b52 Mon Sep 17 00:00:00 2001 From: lassulus Date: Sun, 11 Jun 2023 00:26:29 +0200 Subject: modules: import lib via relative path --- .../3modules/upstream/window-managers/default.nix | 36 +++++++++++----------- 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'krebs/3modules/upstream') diff --git a/krebs/3modules/upstream/window-managers/default.nix b/krebs/3modules/upstream/window-managers/default.nix index cb071f5b..cdd82076 100644 --- a/krebs/3modules/upstream/window-managers/default.nix +++ b/krebs/3modules/upstream/window-managers/default.nix @@ -1,22 +1,22 @@ { imports = [ - # # Replace upstream xmonad module with one that will be reloaded if changed. - # # - # # This module is intended to be upstreamed once fully tested. - # # The patch to be committed can be obtained using: - # # - # # diff -u \ - # # - # # - # { - # disabledModules = [ "services/x11/window-managers/xmonad.nix" ]; - # imports = [ ./xmonad.nix ]; - # nixpkgs.overlays = [(self: super: { - # writers = super.writers // { - # writeHaskellBin = name: spec: - # super.writers.writeHaskellBin name (builtins.removeAttrs spec ["ghcArgs"]); - # }; - # })]; - # } + # Replace upstream xmonad module with one that will be reloaded if changed. + # + # This module is intended to be upstreamed once fully tested. + # The patch to be committed can be obtained using: + # + # diff -u \ + # + # + { + disabledModules = [ "services/x11/window-managers/xmonad.nix" ]; + imports = [ ./xmonad.nix ]; + nixpkgs.overlays = [(self: super: { + writers = super.writers // { + writeHaskellBin = name: spec: + super.writers.writeHaskellBin name (builtins.removeAttrs spec ["ghcArgs"]); + }; + })]; + } ]; } -- cgit v1.2.3