summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'bragi.nix')
-rw-r--r--bragi.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/bragi.nix b/bragi.nix
index ff58967f..50608e70 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -46,6 +46,8 @@ in rec {
46 inherit (haskellPackages) trivmix; 46 inherit (haskellPackages) trivmix;
47 }; 47 };
48 48
49 nixpkgs.config.allowUnfree = true;
50
49 environment.systemPackages = with pkgs; [ 51 environment.systemPackages = with pkgs; [
50 git 52 git
51 mosh 53 mosh