update flake inputs
This commit is contained in:
parent
94218afbe1
commit
5f3b317091
8 changed files with 112 additions and 55 deletions
|
|
@ -10,6 +10,7 @@ in
|
|||
./juicity.nix
|
||||
./dae.nix
|
||||
./jujutsu.nix
|
||||
./fix-zed-editor.nix
|
||||
]
|
||||
|> map (file: import file args)
|
||||
|> (overlays: (lib.composeManyExtensions overlays) final prev)
|
||||
|
|
|
|||
10
overlays/modifications/fix-zed-editor.nix
Normal file
10
overlays/modifications/fix-zed-editor.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ inputs, ... }:
|
||||
final: prev:
|
||||
let
|
||||
inherit (final) stdenv;
|
||||
inherit (stdenv.hostPlatform) system;
|
||||
in
|
||||
{
|
||||
zed-editor =
|
||||
inputs.nixpkgs-d056063028f6cbe9b99c3a4b52fdad99573db3ab.legacyPackages."${system}".zed-editor;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue