Add `wild` linker
Dependencies
- [2]
RSQ7CKAZMove home-manager packages into `pkgs/` directory - [3]
PKH5OS6UAdd Wild linker - [4]
CAXXDOVKTemporary disable `wild` overlay to prevent build errors - [5]
U2HEKHAEReformat `flake.nix` - [6]
XLLU32Q7Add the `ty` Python language server - [7]
N4EGFJLCAdd watchexec - [8]
QBAINJHVAdd cosmic binary cache - [9]
6I2HQYU2Add basic flake configuration
Change contents
- replacement in pkgs/development.nix at line 21
llvmPackages_20.clangclang - replacement in pkgs/development.nix at line 43
# wild(pkgs.wild.overrideAttrs (attrs: {# Prefer clang's `ld` over wild's `ld`meta.priority = pkgs.clang.meta.priority + 1;})) - edit in flake.nix at line 34
# Wild linker# TODO: replace once wild is part of nixpkgs:# - https://github.com/NixOS/nixpkgs/pull/412558# - https://github.com/NixOS/nixpkgs/pull/414558/files# wild = {# url = "github:davidlattimore/wild";# inputs.nixpkgs.follows = "nixpkgs";# };