about summary refs log tree commit diff
path: root/pkgs/build-support
AgeCommit message (Expand)AuthorFilesLines
2024-01-05nuke-references: add meta.mainProgramAdam Stephens1-0/+2
2024-01-05Merge pull request #263345 from hacker1024/feature/pub2nixMaciej Krüger12-370/+447
2024-01-05Merge pull request #272520 from nrabulinski/fix-fetchpijulPeder Bergebakken Sundt1-2/+5
2024-01-04Merge pull request #277335 from adisbladis/buildenv-hoist-instantiationadisbladis1-7/+7
2024-01-01Merge pull request #278128 from r-ryantm/auto-update/makeInitrdNGToolWill Fancher1-6/+6
2024-01-01makeInitrdNGTool: 0.1.0 -> 0.1.0R. Ryantm1-6/+6
2024-01-01Merge pull request #276072 from lilyinstarlight/fix/cargo-workspace-root-fixu...K9001-1/+1
2023-12-30build-support/go: fix eval of `vendorSha256` accessesSergei Trofimovich1-1/+2
2023-12-30Merge pull request #277327 from adisbladis/emacs-build-supportadisbladis4-73/+70
2023-12-29Revert "melpa2nix: update to work with Emacs HEAD"Vladimír Čunát3-27/+46
2023-12-29build-support/buildenv: Hoist builder instantiationadisbladis1-7/+7
2023-12-29build-support/emacs: refactoradisbladis4-73/+70
2023-12-26buildDartApplication: remove customSourceBuilders from baseDerivationFlafyDev1-1/+1
2023-12-26pub2nix: Add disclaimer why not to use fetchTarballFlafyDev1-0/+2
2023-12-26buildDartApplication: fix note about fixed-output derivationFlafyDev1-1/+1
2023-12-26buildDartApplication: remove unused pubGetScript and generatePubspecLockFlafyDev1-3/+1
2023-12-26melpa2nix: update to work with Emacs HEADSteve Purcell3-46/+27
2023-12-26buildDartApplication: Pass `customSourceBuilders` through to pub2nixhacker10241-1/+2
2023-12-26buildDartApplication: Remove depsListFilehacker10243-52/+1
2023-12-26buildDartApplication: Use package source builders and setup hooks instead of ...hacker10242-25/+17
2023-12-26buildDartApplication: Generate LD_LIBRARY_PATH at build timehacker10242-5/+8
2023-12-26buildDartApplication: Move package sources to nativeBuildInputshacker10241-3/+1
2023-12-26flutter.buildFlutterApplication: Add pkg-config to nativeBuildInputshacker10241-1/+13
2023-12-26flutter.buildFlutterApplication: Don't assume jq and yq are available in extr...hacker10241-2/+2
2023-12-26flutter.buildFlutterApplication: Remove unneeded nativeBuildInputshacker10241-1/+1
2023-12-26buildDartApplication: Declare dependency sources as build inputshacker10241-0/+4
2023-12-26pub2nix.readPubspecLock: Add package versions to passthruhacker10241-7/+11
2023-12-26buildDartApplication: Use overrides for dev dependencies as wellhacker10241-1/+1
2023-12-26dartHooks.dartConfigHook: Simplify packageRun functionhacker10242-6/+31
2023-12-26dartHooks.dartConfigHook: Add packageRun utilityhacker10241-0/+30
2023-12-26pub2nix.readPubspecLock: Add `packagePath` convenience attributehacker10241-2/+8
2023-12-26flutter.buildFlutterApplication: Use extraPackageConfigSetuphacker10241-9/+11
2023-12-26buildDartApplication: Accept additional package_config.json setup commandshacker10242-16/+21
2023-12-26buildDartApplication: Link the package_config.json in a separate derivationhacker10244-9/+25
2023-12-26buildDartApplication: Refactor autoDepsList logichacker10241-5/+8
2023-12-26pub2nix.readPubspecLock: Include entire source in package derivationshacker10243-53/+53
2023-12-26dart: Use Nix instead of Pubhacker102411-341/+368
2023-12-25Merge pull request #276414 from linsui/dartMaciej Krüger1-1/+5
2023-12-25dart: fix fetchDartDepslinsui1-1/+5
2023-12-24npmHooks.npmInstallHook: ignore rather than error for missing bin/man keys in...Lily Foster1-0/+2
2023-12-24Merge pull request #272125 from yaxitech/reproducible-initrdAtemu1-4/+4
2023-12-22nuget-to-nix: handle packages with mismatched nuspec caseDavid McFarland1-1/+1
2023-12-21rustPlatform.importCargoLock: fix workspace_root detectionLily Foster1-1/+1
2023-12-21Merge pull request #275857 from tejing1/steam-fix-sddmK9001-0/+6
2023-12-21buildFHSEnv: fix privateTmp for sddmJeff Huffman1-0/+6
2023-12-21fetchDartDeps: Use add milliseconds to date in package_config.jsonhacker10241-1/+1
2023-12-21fetchDartDeps: Add a package_config.json derivationhacker10241-0/+28
2023-12-21fetchDartDeps: Pass through the dependency cachehacker10241-0/+1
2023-12-21fetchDartDeps: Generalise dependency derivation logichacker10241-5/+10
2023-12-21buildDartApplication: Add entire Dart derivation to nativeBuildInputshacker10241-8/+10