tv: <stockholm> -> ../..{,/..}/lib
This commit is contained in:
parent
3e138aabba
commit
1c0078af96
@ -1,4 +1,4 @@
|
||||
with import <stockholm/lib>;
|
||||
with import ../../lib;
|
||||
let
|
||||
pushBack = x: xs:
|
||||
if elem x xs then
|
||||
|
@ -1,4 +1,4 @@
|
||||
with import <stockholm/lib>;
|
||||
with import ../../../lib;
|
||||
self: super:
|
||||
|
||||
mapNixDir (path: import path self super) ./.
|
||||
|
@ -1,4 +1,4 @@
|
||||
with import <stockholm/lib>;
|
||||
with import ../../../lib;
|
||||
|
||||
self: super:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user