mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
webcord broke
This commit is contained in:
parent
6fd00910c9
commit
40c67411d7
3 changed files with 28 additions and 3 deletions
19
flake.lock
generated
19
flake.lock
generated
|
|
@ -275,7 +275,8 @@
|
|||
"spicetify-nix": "spicetify-nix",
|
||||
"stable": "stable",
|
||||
"suckless": "suckless",
|
||||
"unstable": "unstable"
|
||||
"unstable": "unstable",
|
||||
"webcord_fix": "webcord_fix"
|
||||
}
|
||||
},
|
||||
"sops-nix": {
|
||||
|
|
@ -371,6 +372,22 @@
|
|||
"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",
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
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";
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,8 @@
|
|||
{nvim-flake, ...}: {
|
||||
{
|
||||
nvim-flake,
|
||||
webcord_fix,
|
||||
...
|
||||
}: {
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
|
|
@ -54,7 +58,6 @@
|
|||
vlc #play stuff
|
||||
ripgrep
|
||||
xautoclick
|
||||
webcord
|
||||
prismlauncher
|
||||
deadnix
|
||||
statix
|
||||
|
|
@ -62,6 +65,10 @@
|
|||
nix-index
|
||||
element-desktop
|
||||
;
|
||||
inherit
|
||||
(webcord_fix.legacyPackages.${pkgs.system})
|
||||
webcord
|
||||
;
|
||||
inherit (nvim-flake.packages.${pkgs.system}) neovim;
|
||||
lint = pkgs.writeShellScriptBin "lint" ''
|
||||
deadnix -e "''${1:-.}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue