chore(nix/deps): NUR for firefox extensions

This commit is contained in:
Ahmad Ansori Palembani 2024-11-05 13:17:20 +07:00
parent be06d69dd6
commit 356e9cdfe8
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
8 changed files with 56 additions and 21 deletions

View file

@ -1,4 +1,4 @@
{ inputs, nixpkgs-stable, nixpkgs-unstable, nix-darwin, brew-api, vars, ... }:
{ inputs, nixpkgs-stable, nixpkgs-unstable, nix-darwin, brew-api, nur, vars, ... }:
let
mkCommon = import ../../lib/mkCommon.nix;
@ -26,6 +26,7 @@ in
(import ../../overlays/darwin/heliport.nix)
(import ../../overlays/darwin/vesktop.nix)
];
nur = nur;
}
) pkgs pkgs-unstable;
common = (mkCommon { inherit pkgs pkgs-unstable; });
@ -52,6 +53,7 @@ in
(mkBrew { inherit system brew-api; nixpkgs = nixpkgs-stable; })
(import ../../overlays/darwin/vesktop.nix)
];
nur = nur;
}
) pkgs pkgs-unstable;
common = (mkCommon { inherit pkgs pkgs-unstable; });