From 9f18c01ef32f4bda6b41aeec125d0878330c23ba Mon Sep 17 00:00:00 2001 From: hexchen Date: Tue, 2 Mar 2021 20:37:36 +0000 Subject: [PATCH] sources: update nix-hexchen lots of fancy new stuff, but most importantly: we no longer import all of my user config, just the very base. none of that fancy stuff is active right now, this should mostly be a no-op unless we do the same restructure that i have just done in my nixfiles here as well. --- common/hexchen.nix | 2 +- nix/sources.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/hexchen.nix b/common/hexchen.nix index e4ad471..3db0968 100644 --- a/common/hexchen.nix +++ b/common/hexchen.nix @@ -4,6 +4,6 @@ let sources = import ../nix/sources.nix; in { imports = [ - (sources.nix-hexchen + "/users/hexchen") + (import sources.nix-hexchen).users.hexchen.base ]; } diff --git a/nix/sources.json b/nix/sources.json index c1f56ac..5df7eb1 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -27,7 +27,7 @@ "branch": "main", "ref": "main", "repo": "https://gitlab.com/hexchen/nixfiles.git", - "rev": "029493c1ad1e30007b25ac37bb09fdc75b4108e3", + "rev": "2ed640ef19f80bda235c75f51c8be80e8a675304", "type": "git" }, "nixos-mailserver": {