Roll back ff

This commit is contained in:
Alexander Bantyev 2022-04-13 11:38:30 +03:00
parent 14119b60d6
commit 8a92f9fbca
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5
3 changed files with 20 additions and 0 deletions

View File

@ -451,6 +451,22 @@
"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": {
@ -656,6 +672,7 @@
"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,6 +6,7 @@
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,4 +104,6 @@ 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;
}