diff options
| author | lassulus <lass@lassul.us> | 2017-05-23 23:47:06 +0200 | 
|---|---|---|
| committer | lassulus <lass@lassul.us> | 2017-05-23 23:47:06 +0200 | 
| commit | 90f6d9f228029233d38a86a520a0e532cc5e499f (patch) | |
| tree | 5a517ad3804606e207e87a4956d46690cd2867bf | |
| parent | e497faf8ec755da17e790782909a7aa8de7e0677 (diff) | |
| parent | 5f92b6b0a27ac6ed3289c0df96ebb9be664c0464 (diff) | |
Merge remote-tracking branch 'prism/nin'
| -rw-r--r-- | nin/2configs/default.nix | 2 | ||||
| -rw-r--r-- | nin/2configs/nixpkgs.nix | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/nin/2configs/default.nix b/nin/2configs/default.nix index a1ed76d98..cb02521ce 100644 --- a/nin/2configs/default.nix +++ b/nin/2configs/default.nix @@ -59,7 +59,7 @@ with import <stockholm/lib>;    krebs = {      enable = true; -    search-domain = "retiolum"; +    search-domain = "r";      build = {        user = config.krebs.users.nin;        source = let inherit (config.krebs.build) host; in { diff --git a/nin/2configs/nixpkgs.nix b/nin/2configs/nixpkgs.nix index 9c3eafffd..14ddb7920 100644 --- a/nin/2configs/nixpkgs.nix +++ b/nin/2configs/nixpkgs.nix @@ -3,6 +3,6 @@  {    krebs.build.source.nixpkgs.git = {      url = https://github.com/nixos/nixpkgs; -    ref = "5b0c9d4"; +    ref = "0afb6d7";    };  }  | 
