diff options
author | tv <tv@krebsco.de> | 2015-06-19 01:00:11 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-06-19 01:00:11 +0200 |
commit | 6b5472e49c7bc3fadcf21ae2baad73b9fab643b5 (patch) | |
tree | c7844cc7f90282ad231a379dcc0b6b8b48562f43 /modules/mors/default.nix | |
parent | f9084414d1c6e5cd71d795ab07a8d0345e3ad620 (diff) | |
parent | 85405633fd4b8484415a5eae2fa868570d52aa6c (diff) |
Merge remote-tracking branch 'mors/master' into morse-merge
Diffstat (limited to 'modules/mors/default.nix')
-rw-r--r-- | modules/mors/default.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/mors/default.nix b/modules/mors/default.nix index d9ddd28..d83d6ab 100644 --- a/modules/mors/default.nix +++ b/modules/mors/default.nix @@ -25,11 +25,13 @@ ../lass/ircd.nix ../../secrets/mors-pw.nix ./repos.nix + ../lass/chromium-patched.nix + ./git.nix ]; nixpkgs = { url = "https://github.com/Lassulus/nixpkgs"; - rev = "b74c8eeb73a75eb61148c190df4733474a99a205"; + rev = "45c99e522dcc4ef24cf71dbe38d94a308cb30530"; }; networking.hostName = "mors"; |