webcord fixed

This commit is contained in:
Gerg-L 2023-09-16 09:41:50 -04:00
parent aec6696f4c
commit 3a917cafb6
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
3 changed files with 2 additions and 27 deletions

19
flake.lock generated
View file

@ -275,8 +275,7 @@
"spicetify-nix": "spicetify-nix", "spicetify-nix": "spicetify-nix",
"stable": "stable", "stable": "stable",
"suckless": "suckless", "suckless": "suckless",
"unstable": "unstable", "unstable": "unstable"
"webcord_fix": "webcord_fix"
} }
}, },
"sops-nix": { "sops-nix": {
@ -372,22 +371,6 @@
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
},
"webcord_fix": {
"locked": {
"lastModified": 1694471450,
"narHash": "sha256-B5ZXOj31NNaxC9az9KSNDjJkwSk+i1uRVAncFlWbuWM=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "adedd9b597be1913de87b8429923b15efdea8c5b",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "adedd9b597be1913de87b8429923b15efdea8c5b",
"repo": "nixpkgs",
"type": "github"
}
} }
}, },
"root": "root", "root": "root",

View file

@ -4,7 +4,6 @@
master.url = "github:NixOS/nixpkgs"; master.url = "github:NixOS/nixpkgs";
unstable.url = "github:NixOS/nixpkgs?ref=nixos-unstable"; unstable.url = "github:NixOS/nixpkgs?ref=nixos-unstable";
stable.url = "github:NixOS/nixpkgs?ref=nixos-23.05"; stable.url = "github:NixOS/nixpkgs?ref=nixos-23.05";
webcord_fix.url = "github:NixOS/nixpkgs?ref=adedd9b597be1913de87b8429923b15efdea8c5b";
nix.url = "github:NixOS/nix?ref=10afcf06aa2607bf088f7f08989f42c1fa2689a2"; nix.url = "github:NixOS/nix?ref=10afcf06aa2607bf088f7f08989f42c1fa2689a2";

View file

@ -1,8 +1,4 @@
{ {nvim-flake, ...}: {
nvim-flake,
webcord_fix,
...
}: {
pkgs, pkgs,
config, config,
... ...
@ -64,9 +60,6 @@
alejandra alejandra
nix-index nix-index
element-desktop element-desktop
;
inherit
(webcord_fix.legacyPackages.${pkgs.system})
webcord webcord
; ;
inherit (nvim-flake.packages.${pkgs.system}) neovim; inherit (nvim-flake.packages.${pkgs.system}) neovim;