mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
add(nix): audio-lint
This commit is contained in:
parent
56848aa963
commit
4d7bf2bb40
3 changed files with 120 additions and 9 deletions
|
|
@ -15,6 +15,8 @@
|
|||
nixnur.url = "github:nix-community/NUR";
|
||||
|
||||
opam-nix.url = "github:tweag/opam-nix";
|
||||
|
||||
audio-lint.url = "git+https://git.earth2077.fr/leana/audio-lint";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
|
@ -25,6 +27,7 @@
|
|||
agenix,
|
||||
nixnur,
|
||||
opam-nix,
|
||||
audio-lint,
|
||||
...
|
||||
}: let
|
||||
argsFor = {system}: {
|
||||
|
|
@ -47,6 +50,7 @@
|
|||
in {
|
||||
wired = wired.packages.${system};
|
||||
agenix = agenix.packages.${system};
|
||||
audio-lint = audio-lint.defaultPackage.${system};
|
||||
nur = import nixnur {
|
||||
nurpkgs = args.pkgs;
|
||||
pkgs = args.pkgs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue