From 3a917cafb6b274c93b3ef413fa44b80246edfc4c Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Sat, 16 Sep 2023 09:41:50 -0400 Subject: [PATCH] webcord fixed --- flake.lock | 19 +------------------ flake.nix | 1 - hosts/gerg-desktop/main.nix | 9 +-------- 3 files changed, 2 insertions(+), 27 deletions(-) diff --git a/flake.lock b/flake.lock index b997ffd..6c64f10 100644 --- a/flake.lock +++ b/flake.lock @@ -275,8 +275,7 @@ "spicetify-nix": "spicetify-nix", "stable": "stable", "suckless": "suckless", - "unstable": "unstable", - "webcord_fix": "webcord_fix" + "unstable": "unstable" } }, "sops-nix": { @@ -372,22 +371,6 @@ "repo": "nixpkgs", "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", diff --git a/flake.nix b/flake.nix index be7e04c..0389417 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,6 @@ master.url = "github:NixOS/nixpkgs"; unstable.url = "github:NixOS/nixpkgs?ref=nixos-unstable"; stable.url = "github:NixOS/nixpkgs?ref=nixos-23.05"; - webcord_fix.url = "github:NixOS/nixpkgs?ref=adedd9b597be1913de87b8429923b15efdea8c5b"; nix.url = "github:NixOS/nix?ref=10afcf06aa2607bf088f7f08989f42c1fa2689a2"; diff --git a/hosts/gerg-desktop/main.nix b/hosts/gerg-desktop/main.nix index 1b19059..2560c72 100644 --- a/hosts/gerg-desktop/main.nix +++ b/hosts/gerg-desktop/main.nix @@ -1,8 +1,4 @@ -{ - nvim-flake, - webcord_fix, - ... -}: { +{nvim-flake, ...}: { pkgs, config, ... @@ -64,9 +60,6 @@ alejandra nix-index element-desktop - ; - inherit - (webcord_fix.legacyPackages.${pkgs.system}) webcord ; inherit (nvim-flake.packages.${pkgs.system}) neovim;