Add more checks and fixed old files
This commit is contained in:
parent
994708ec16
commit
f097e7186d
7 changed files with 133 additions and 82 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue