mirror of
https://github.com/kmein/niveum
synced 2026-03-17 10:41:06 +01:00
feat: add nixpkgs-mozilla via krops
This commit is contained in:
@@ -40,6 +40,11 @@ let
|
||||
url = "https://github.com/nix-community/NUR";
|
||||
path = toString .versions/nur.json;
|
||||
};
|
||||
nixpkgs-mozilla = {
|
||||
ref = "refs/heads/master";
|
||||
url = "https://github.com/mozilla/nixpkgs-mozilla";
|
||||
path = toString .versions/nixpkgs-mozilla.json;
|
||||
};
|
||||
};
|
||||
in pkgs.mkShell {
|
||||
buildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user