diff --git a/1systems/x/config.nix b/1systems/x/config.nix index 97d11fb..66d9045 100644 --- a/1systems/x/config.nix +++ b/1systems/x/config.nix @@ -7,6 +7,10 @@ [ # base + + + + diff --git a/1systems/x/source.nix b/1systems/x/source.nix index 75af325..050fd39 100644 --- a/1systems/x/source.nix +++ b/1systems/x/source.nix @@ -6,5 +6,6 @@ unstable = true; mic92 = true; clever_kexec = true; + home-manager = true; # torrent = true; } diff --git a/krops.nix b/krops.nix index f8ea6f7..ddb4afe 100644 --- a/krops.nix +++ b/krops.nix @@ -20,12 +20,11 @@ nms = false; arm6 = false; clever_kexec = false; + home-manager = false; } // import (./. + "/1systems/${name}/source.nix"); source = { test }: lib.evalSource [ { - # nixos-18.03 @ 2018-08-06 - # + do_sqlite3 ruby: 55a952be5b5 - # + exfat-nofuse bump: ee6a5296a35 + # nixos-18.09 @ 2018-09-18 # + uhub/sqlite: 5dd7610401747 nixpkgs = if test || host-src.full then { git.ref = nixpkgs-src.rev; @@ -70,6 +69,12 @@ ref = "30fdd53"; }; }) + (lib.mkIf ( host-src.home-manager ) { + home-manager.git = { + url = https://github.com/rycee/home-manager; + ref = "6eea2a4"; + }; + }) ]; in {