pkgs: Synchronize upstream inputs for flake and remove patch for hurl
This commit is contained in:
parent
cb75cf2135
commit
16fd11acdb
5 changed files with 66 additions and 100 deletions
|
|
@ -11,7 +11,6 @@ in
|
|||
# ./QQ.nix
|
||||
./helix.nix
|
||||
./cliphist.nix
|
||||
./fix-hurl.nix
|
||||
]
|
||||
|> map (file: import file args)
|
||||
|> (overlays: (lib.composeManyExtensions overlays) final prev)
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
{inputs, ...}: _final: prev: let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in {
|
||||
inherit (inputs.nixpkgs-hurl.legacyPackages.${system}) hurl;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue