1
0
Fork 0

Migrate away from home-manager master

This commit is contained in:
Malte Brandy 2019-04-04 14:18:18 +02:00
parent 9e32419e83
commit 86f67ce568
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -1,7 +1,7 @@
{ pkgs, config, lib, ... }:
let
me = config.m-0.private.me;
home-manager = (builtins.fetchGit "https://github.com/rycee/home-manager/");
home-manager = (builtins.fetchGit { url = "https://github.com/rycee/home-manager/"; ref = "release-18.09";});
unstable = builtins.fetchGit { url = "https://github.com/NixOS/nixpkgs-channels"; ref = "nixos-unstable";};
in {
disabledModules = [ "services/mail/rspamd.nix" ];