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, ... }:
let
krebs = import ../../krebs/4lib { inherit lib; };
in
with lib;
with krebs;
krebs // rec {
{
simpleScript = name: content:
pkgs.stdenv.mkDerivation {