all repos — nixfiles @ 5037abcd29f025b6ae0f0539bfbf670618d09b78

System and user configuration, managed by nix and home-manager

Trillian: Allow unfree nix packages

macOS is unfree, after all
Alan Pearce alan@alanpearce.eu
Sun, 30 Jun 2019 13:26:35 +0200
commit

5037abcd29f025b6ae0f0539bfbf670618d09b78

parent

7cc15c09240a25395a9bf19184c4805970f4f67a

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M trillian.nixtrillian.nix
@@ -17,6 +17,7 @@ ./modules/programs/shell.nix   ];
 
   nixpkgs.config = {
+    allowUnfree = true;
     packageOverrides = pkgs: {
       unstable = import <nixpkgs-unstable> {
         config = config.nixpkgs.config;