chore: rollback ags and update firefoxgx
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
3a6ce41def
commit
040c884c42
5 changed files with 4 additions and 8 deletions
|
@ -1,7 +1,4 @@
|
|||
{
|
||||
nixpkgs-wayland,
|
||||
...
|
||||
} @ inputs: [
|
||||
{nixpkgs-wayland, ...} @ inputs: [
|
||||
(import ./dracula-theme inputs)
|
||||
(import ./plymouth inputs)
|
||||
(import ./spotifywm inputs)
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
lib,
|
||||
pkgs,
|
||||
...
|
||||
} @ inputs:
|
||||
let
|
||||
} @ inputs: let
|
||||
inherit (lib) concatMapAttrs filterAttrs mkOption pathExists types;
|
||||
|
||||
mkPackage = name: v: {
|
||||
|
|
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
BIN
flake.nix
BIN
flake.nix
Binary file not shown.
|
@ -4,7 +4,7 @@
|
|||
fetchFromGitHub,
|
||||
}: let
|
||||
pname = "firefox-gx";
|
||||
version = "8.7";
|
||||
version = "c1d9888d27543ded51f9854d7e58db601fd33d43";
|
||||
in
|
||||
stdenvNoCC.mkDerivation {
|
||||
inherit pname version;
|
||||
|
@ -12,7 +12,7 @@ in
|
|||
src = fetchFromGitHub {
|
||||
owner = "Godiesc";
|
||||
repo = pname;
|
||||
rev = "v.${version}";
|
||||
rev = "${version}";
|
||||
sha256 = "sha256-lMco3TYQNVTQEF5TpKiHUbexdB5pD3OmqjACD2BJZaY=";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue