about summary refs log tree commit diff
path: root/machines/profpatsch/shiki.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2019-12-08 15:06:59 +0100
committerProfpatsch <mail@profpatsch.de>2019-12-08 15:09:33 +0100
commit6cd157f0133bcd074ff947f3e5397f0e8cdc2830 (patch)
tree4352a8b2f2be4cc508cdae672af8a679e98bb6f0 /machines/profpatsch/shiki.nix
parentd4097ecdd5af72b803b622d0139095dacd9a3bdd (diff)
machines/profpatsch,pkgs/profpatsch: rm `execlineb-with-builtins`
This has been upstreamed to nixpkgs proper, as a C wrapper script, in
https://github.com/NixOS/nixpkgs/pull/71357

So we don’t even need bash to run execline anymore :P
Diffstat (limited to 'machines/profpatsch/shiki.nix')
-rw-r--r--machines/profpatsch/shiki.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix
index c51bab2c..9a80001f 100644
--- a/machines/profpatsch/shiki.nix
+++ b/machines/profpatsch/shiki.nix
@@ -176,7 +176,7 @@ in {
         # pkgs.vuizvui.profpatsch.nix-gen      # generate nix expressions
         pkgs.vuizvui.profpatsch.watch-server # restart server on code change
         pkgs.vuizvui.profpatsch.until        # restart until cmd succeeds
-        myPkgs.execlineb-with-builtins
+        execline
         dhall
         myPkgs.dhall-flycheck
       ];