1
0
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:
2021-06-02 10:27:43 +02:00
parent 7154c84cdc
commit 118dcf3046
4 changed files with 17 additions and 2 deletions

View File

@@ -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 = [