forked from hacc/haccfiles
1064836092
This reverts commit bab826b1c7
.
Also fixes hexchen nix due new logic
9 lines
151 B
Nix
9 lines
151 B
Nix
{config, lib, pkgs, ...}:
|
|
|
|
let
|
|
sources = import ../nix/sources.nix;
|
|
in {
|
|
imports = [
|
|
(import sources.nix-hexchen {}).users.hexchen.base
|
|
];
|
|
}
|