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