chore: Update flake
This commit is contained in:
parent
aa9cd07dfe
commit
2d0bfe3dfd
10 changed files with 245 additions and 224 deletions
|
|
@ -15,6 +15,7 @@ in
|
|||
./neovim-nightly.nix
|
||||
./vim.nix
|
||||
./prismlauncher.nix
|
||||
./fix-clash-verge.nix
|
||||
|
||||
# Nur
|
||||
./nur.nix
|
||||
|
|
|
|||
10
overlays/modifications/fix-clash-verge.nix
Normal file
10
overlays/modifications/fix-clash-verge.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ inputs, ... }:
|
||||
_final: prev:
|
||||
let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in
|
||||
{
|
||||
inherit (inputs.nixpkgs-b12141ef619e0a9c1c84dc8c684040326f27cdcc.legacyPackages.${system})
|
||||
clash-verge-rev
|
||||
;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue