add notcoal (wip)

This commit is contained in:
foosinn 2020-10-12 08:13:16 +02:00
parent 066c275cba
commit 0f390344df
3 changed files with 652 additions and 1 deletions

View file

@ -1,6 +1,8 @@
{ config, lib, pkgs, ... }:
{
let
notcoal = pkgs.callPackage (import ../packages/notcoal) {};
in {
environment.systemPackages = with pkgs; [
astroid
isync