l: import <stockholm/lib>

This commit is contained in:
lassulus 2016-10-20 21:40:11 +02:00 committed by tv
parent 41e6300dbc
commit 2ecba9acd5
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;})