Remove unneded mozilla input

This commit is contained in:
Nathan McCarty 2022-10-23 01:12:36 -04:00
parent 55e32c9b1e
commit d4186cbd46
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
2 changed files with 1 additions and 22 deletions

View File

@ -263,22 +263,6 @@
"type": "github"
}
},
"mozilla": {
"flake": false,
"locked": {
"lastModified": 1664789696,
"narHash": "sha256-UGWJHQShiwLCr4/DysMVFrYdYYHcOqAOVsWNUu+l6YU=",
"owner": "mozilla",
"repo": "nixpkgs-mozilla",
"rev": "80627b282705101e7b38e19ca6e8df105031b072",
"type": "github"
},
"original": {
"owner": "mozilla",
"repo": "nixpkgs-mozilla",
"type": "github"
}
},
"nix-on-droid": {
"inputs": {
"flake-utils": "flake-utils_2",
@ -454,7 +438,6 @@
"gamescope": "gamescope",
"home-manager": "home-manager",
"java": "java",
"mozilla": "mozilla",
"nix-on-droid": "nix-on-droid",
"nixos-generators": "nixos-generators",
"nixos-hardware": "nixos-hardware",

View File

@ -28,10 +28,6 @@
url = "github:nix-community/emacs-overlay";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
mozilla = {
url = "github:mozilla/nixpkgs-mozilla";
flake = false;
};
sops-nix = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
@ -67,7 +63,7 @@
};
outputs = { self, nixpkgs, nixpkgs-unstable, nixos-hardware, fenix, emacs
, mozilla, sops-nix, home-manager, darwin, prismlauncher, java, quilt-server
, sops-nix, home-manager, darwin, prismlauncher, java, quilt-server
, nixos-generators, wsl, gamescope, nix-on-droid }@inputs:
let
makeNixosSystem =