pkgs: temp package for fixed beancount deps

waiting for NixOS/nixpkgs#124482 to get merged
This commit is contained in:
Antoine Martin 2021-05-26 12:55:59 +02:00
parent b1dc709e3f
commit 8dc5961c3a
3 changed files with 63 additions and 1 deletions

View file

@ -1,4 +1,5 @@
{ pkgs }:
{
sddm-sugar-candy = pkgs.callPackage ./sddm-sugar-candy {};
beancount = pkgs.python3Packages.callPackage ./beancount.nix {};
}