Add more checks and fixed old files

This commit is contained in:
Filippo Berto 2022-12-13 12:33:58 +01:00
parent 994708ec16
commit f097e7186d
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
7 changed files with 133 additions and 82 deletions

View file

@ -1,5 +1,4 @@
{ pkgs ? import <nixos> { inherit system; }, system ? builtins.currentSystem }:
let
self = with pkgs; {
clipedit = callPackage ./clipedit { };
@ -10,4 +9,4 @@ let
vital-synth = callPackage ./vital-synth { };
};
in
(self)
self