l: import <stockholm/lib>

This commit is contained in:
lassulus 2016-10-20 21:40:11 +02:00
parent 9375a3fb9b
commit 0f38de96e8
6 changed files with 6 additions and 8 deletions

View file

@ -1,10 +1,8 @@
{ config, lib, pkgs, ... }:
with builtins;
with lib;
with import <stockholm/lib>;
let
inherit (config.krebs.lib) genid;
cfg = config.krebs.newsbot-js;

View file

@ -1,6 +1,6 @@
{ config, pkgs, ... }:
with builtins;
with import <stockholm/lib>;
{
imports = [
../.

View file

@ -2,7 +2,7 @@
let
inherit (import <stockholm/krebs/4lib> { config = {}; inherit lib; })
inherit (import <stockholm/lib>)
genid
genid_signed
;

View file

@ -2,7 +2,7 @@
with lib;
let
inherit (import <stockholm/krebs/4lib> { config = {}; inherit lib; })
inherit (import <stockholm/lib>)
genid
head
;

View file

@ -2,7 +2,7 @@
with lib;
let
inherit (import <stockholm/krebs/4lib> { config = {}; inherit lib; })
inherit (import <stockholm/lib>)
genid
;

View file

@ -1,7 +1,7 @@
{ config, pkgs, lib, ... }:
let
inherit (import <stockholm/krebs/4lib> { config = {}; inherit lib; })
inherit (import <stockholm/lib>)
genid
;
inherit (import <stockholm/lass/2configs/websites/util.nix> {inherit lib pkgs;})