mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat: add binary cache for emacs-overlay
This commit is contained in:
parent
00983d787e
commit
8a6b311f86
9 changed files with 66 additions and 44 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ inputs, outputs, config, pkgs, ... }:
|
||||
{ inputs, outputs, config, ... }:
|
||||
{
|
||||
|
||||
imports = (builtins.attrValues outputs.homeManagerModules);
|
||||
imports = builtins.attrValues outputs.homeManagerModules;
|
||||
|
||||
nixpkgs = {
|
||||
inherit (outputs) overlays;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue