diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2019-07-29 21:25:20 +0200 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2019-07-29 21:28:35 +0200 |
| commit | 21c2ffdda9b5a2c3d3536d5f7a1a4fb44ed95ef5 (patch) | |
| tree | 7979efa30d6af2a997a315a94264eca36a8aaf3f /modules/examples/lnl.nix | |
| parent | 2fce9974b6ad197682189d4978d77d122cb0ca3f (diff) | |
lnl: remove chunkwm dummy
Diffstat (limited to 'modules/examples/lnl.nix')
| -rw-r--r-- | modules/examples/lnl.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index 75fb148..88bbedd 100644 --- a/modules/examples/lnl.nix +++ b/modules/examples/lnl.nix @@ -87,7 +87,6 @@ nix.binaryCachePublicKeys = [ "cache.daiderd.com-1:R8KOWZ8lDaLojqD+v9dzXAqGn29gEzPTTbr/GIpCTrI=" ]; nix.trustedBinaryCaches = [ https://d3i7ezr9vxxsfy.cloudfront.net ]; nix.trustedUsers = [ "@admin" ]; - nix.package = pkgs.nixUnstable; nix.useSandbox = true; nix.sandboxPaths = [ "/System/Library/Frameworks" "/System/Library/PrivateFrameworks" "/usr/lib" "/private/tmp" "/private/var/tmp" "/usr/bin/env" ]; @@ -427,11 +426,6 @@ EOF ''; - # Fake package, not in nixpkgs. - chunkwm = super.runCommandNoCC "chunkwm-0.0.0" {} '' - mkdir $out - ''; - vim_configurable = super.vim_configurable.override { guiSupport = "no"; }; |
