diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-13 01:40:14 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-13 01:40:14 +0100 |
commit | 728f8beea6f02bae53fb37935b2061a8bf5e444d (patch) | |
tree | 6e43d0be63293731ac803ae80f7db1d2c0086530 /ymir.nix | |
parent | 80f735f67744d2d472c3b120580fb9a89a27be6f (diff) | |
download | nixos-728f8beea6f02bae53fb37935b2061a8bf5e444d.tar nixos-728f8beea6f02bae53fb37935b2061a8bf5e444d.tar.gz nixos-728f8beea6f02bae53fb37935b2061a8bf5e444d.tar.bz2 nixos-728f8beea6f02bae53fb37935b2061a8bf5e444d.tar.xz nixos-728f8beea6f02bae53fb37935b2061a8bf5e444d.zip |
typo
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ in rec { | |||
51 | deps = [ pkgs.python3 ]; | 51 | deps = [ pkgs.python3 ]; |
52 | install = '' | 52 | install = '' |
53 | ${pkgs.python3.executable} -m compileall $out/${pkgs.python3.sitePackages}/ | 53 | ${pkgs.python3.executable} -m compileall $out/${pkgs.python3.sitePackages}/ |
54 | ${pkgs.python3.executable} -O -m compileall $out/${pkgs.pytho3.sitePackages}/ | 54 | ${pkgs.python3.executable} -O -m compileall $out/${pkgs.python3.sitePackages}/ |
55 | ''; | 55 | ''; |
56 | } | 56 | } |
57 | ]; | 57 | ]; |