diff options
author | lassulus <lass@blue.r> | 2018-09-09 00:17:49 +0200 |
---|---|---|
committer | lassulus <lass@blue.r> | 2018-09-09 00:17:49 +0200 |
commit | 69a1de787e5baa2bd6a9b00f585f7b60d4262d1e (patch) | |
tree | 94b2f0701855caff24f8e880d916d79c7a320a59 /makefu/2configs/pyload.nix | |
parent | ee74ba6b405a09fbfa718b0308cb49a984b8b0ef (diff) | |
parent | bad9a3d59b17d0504bfbfcc693c6c2d5ad34516e (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/2configs/pyload.nix')
-rw-r--r-- | makefu/2configs/pyload.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/makefu/2configs/pyload.nix b/makefu/2configs/pyload.nix new file mode 100644 index 000000000..3aa5048a4 --- /dev/null +++ b/makefu/2configs/pyload.nix @@ -0,0 +1,10 @@ +{pkgs, ... }: +{ + nixpkgs.config.unfreeRedistributable = true; + users.users.makefu.packages = with pkgs;[ + pyload + spidermonkey + tesseract + ]; + +} |