From 5b25d459ecbd5cb4f7b6338f6f6f530357fdb01d Mon Sep 17 00:00:00 2001
From: tv <tv@shackspace.de>
Date: Wed, 29 Jul 2015 15:31:34 +0200
Subject: [PATCH] tv 2 base: define shellAliases with mkForce

---
 tv/2configs/base.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tv/2configs/base.nix b/tv/2configs/base.nix
index 997d4c235..89a66115a 100644
--- a/tv/2configs/base.nix
+++ b/tv/2configs/base.nix
@@ -90,7 +90,7 @@ in
         rxvt_unicode.terminfo
       ];
 
-      environment.shellAliases = {
+      environment.shellAliases = mkForce {
         # alias cal='cal -m3'
         gp = "${pkgs.pari}/bin/gp -q";
         df = "df -h";