mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: fix audio-lint overlay
This commit is contained in:
parent
e7b6af241f
commit
fffa711c0a
3 changed files with 140 additions and 81 deletions
|
|
@ -11,7 +11,10 @@
|
|||
_module.args.pkgs = import inputs.nixpkgs {
|
||||
inherit system;
|
||||
overlays = [
|
||||
(_: _: { agenix = inputs'.agenix.packages.default; })
|
||||
(_: _: {
|
||||
agenix = inputs'.agenix.packages.default;
|
||||
audio-lint = inputs'.audio-lint.packages.default;
|
||||
})
|
||||
|
||||
(final: _: {
|
||||
wired = final.fetchFromGitHub {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue