l 4: no longer import krebs

This commit is contained in:
lassulus 2015-10-21 02:23:57 +02:00
parent 0031c557ee
commit 5f0e54f3cc

View File

@ -1,12 +1,8 @@
{ lib, pkgs, ... }: { lib, pkgs, ... }:
let with lib;
krebs = import ../../krebs/4lib { inherit lib; };
in
with krebs; {
krebs // rec {
simpleScript = name: content: simpleScript = name: content:
pkgs.stdenv.mkDerivation { pkgs.stdenv.mkDerivation {