diff options
author | makefu <github@syntax-fehler.de> | 2018-09-08 17:10:17 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-09-08 17:10:17 +0200 |
commit | 7d8825a33ec80b396c1aa3bed5b420ac2ea9abdc (patch) | |
tree | 91c5bae7cd21f2ec00c8def1c54b926eec0a8106 /makefu/2configs/pyload.nix | |
parent | 38465b186001b81879d49492d00b9d9e110fa9d6 (diff) |
ma pyload: init
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 + ]; + +} |