Revert "Roll back ff"

This reverts commit 8a92f9fbca.
This commit is contained in:
Alexander Bantyev 2022-04-15 18:31:51 +03:00
parent 2992cfecd9
commit 7694468091
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5
3 changed files with 0 additions and 20 deletions

17
flake.lock generated
View File

@ -451,22 +451,6 @@
"type": "github"
}
},
"nixpkgs-firefox": {
"locked": {
"lastModified": 1648632716,
"narHash": "sha256-kCmnDeiaMsdhfnNKjxdOzwRh2H6eQb8yWAL+nNabC/Y=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "710fed5a2483f945b14f4a58af2cd3676b42d8c8",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixpkgs",
"rev": "710fed5a2483f945b14f4a58af2cd3676b42d8c8",
"type": "github"
}
},
"nixpkgs-old": {
"flake": false,
"locked": {
@ -672,7 +656,6 @@
"nix-direnv": "nix-direnv",
"nixos-fhs-compat": "nixos-fhs-compat",
"nixpkgs": "nixpkgs_9",
"nixpkgs-firefox": "nixpkgs-firefox",
"nixpkgs-old": "nixpkgs-old",
"nixpkgs-wayland": "nixpkgs-wayland",
"rycee": "rycee",

View File

@ -6,7 +6,6 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs-firefox.url = "github:nixos/nixpkgs/710fed5a2483f945b14f4a58af2cd3676b42d8c8";
nix.url = "github:nixos/nix";
lambda-launcher.url = "github:balsoft/lambda-launcher";
deploy-rs.url = "github:serokell/deploy-rs";

View File

@ -104,6 +104,4 @@ in rec {
postInstall =
"sed 's/Exec=.*//' -i $out/share/dbus-1/services/fr.emersion.mako.service";
});
firefox-wayland = inputs.nixpkgs-firefox.legacyPackages.${system}.firefox-wayland;
}