tv: <stockholm> -> ../..{,/..}/lib

This commit is contained in:
tv 2022-08-02 13:33:55 +02:00
parent 3e138aabba
commit 1c0078af96
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
with import <stockholm/lib>;
with import ../../lib;
let
pushBack = x: xs:
if elem x xs then

View File

@ -1,4 +1,4 @@
with import <stockholm/lib>;
with import ../../../lib;
self: super:
mapNixDir (path: import path self super) ./.

View File

@ -1,4 +1,4 @@
with import <stockholm/lib>;
with import ../../../lib;
self: super: