diff --git a/flake.lock b/flake.lock index 1e79733..286087c 100644 --- a/flake.lock +++ b/flake.lock @@ -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", diff --git a/flake.nix b/flake.nix index 5367b9b..74cba59 100644 --- a/flake.nix +++ b/flake.nix @@ -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 =