aboutsummaryrefslogtreecommitdiff
path: root/package.nix
AgeCommit message (Expand)Author
2024-06-06Merge changes Ic4be41eb,I48db2385 into mainQyriad
2024-06-06Add xonsh to the shellJade Lovelace
2024-06-06pname: nix -> lixJade Lovelace
2024-06-06devshells: only enable pch for clangQyriad
2024-05-30build-time: remove 20% more by PCH'ing C++ stdlibJade Lovelace
2024-05-30shellHook: make it actually runJade Lovelace
2024-05-30build: fix static aws-cpp-sdkQyriad
2024-05-30package: fix derivation correctness when staticQyriad
2024-05-30package: return from shellHook correctlyQyriad
2024-05-30package: dequalify {host,build}Platform for convenienceQyriad
2024-05-27package: don't run shellHook in nested nix-shellsstuebinm
2024-05-24make CTRL+Z work in the REPLQyriad
2024-05-24package.nix: add meta.mainProgramPierre Bourdon
2024-05-24[emergency revert]: make pname nix once moreJade Lovelace
2024-05-23packaging: rename nixexpr -> lixexpr and so onJade Lovelace
2024-05-18Deprecate the online flake registries and vendor the default registryjulia
2024-05-17package: add `--print-errorlogs` to meson's testsQyriad
2024-05-16make lix dev shells un-bear-able since we un-make them nowJade Lovelace
2024-05-15release-notes: build unreleased release notes by defaultJade Lovelace
2024-05-08flake: update nixpkgs input to latest nixos-23.11Maximilian Bosch
2024-05-07flake: refactor devShell creationQyriad
2024-05-07package: default the build-release-notes arg like we do with lix-docQyriad
2024-05-07remove the autoconf+Make buildsystemQyriad
2024-05-07Merge changes Icf26010a,Ib6161567 into mainNikodem Rabuliński
2024-05-07Always initialize curl in parent process on darwinNikodem Rabuliński
2024-05-06Remove README.md from build dependenciesJade Lovelace
2024-05-04package: remove assert for libseccomp versionMaximilian Bosch
2024-05-03libstore/local-derivation-goal: prohibit creating setuid/setgid binariesMaximilian Bosch
2024-04-23meson: remove unnecessary parts of cross fileQyriad
2024-04-22meson: flip the switch!!Qyriad
2024-04-22meson: fix cross compilationQyriad
2024-04-18meson: correctly embed sandbox shell when askedQyriad
2024-04-15build internal API docs with MesonQyriad
2024-04-08Format Nix code with `nixfmt`Rebecca Turner
2024-04-08nix-doc -> lix-doc, make self-contained in package.nixJade Lovelace
2024-04-07package: just use fileset from libQyriad
2024-04-07package: put boehmgc patch logic in package.nixQyriad
2024-04-05package: add python to nativeBuildInputsQyriad
2024-04-05Fix Boost with `make` buildRebecca Turner
2024-04-03repl: improve `:doc` builtin repl command to support lambdas.Lunaphied
2024-04-02meson: implement perl bindingsQyriad
2024-03-28Merge "meson: implement functional tests" into mainQyriad
2024-03-28Merge "Build with traps on signed overflow" into mainjade
2024-03-27Build with traps on signed overflowJade Lovelace
2024-03-27Stop vendoring toml11Winter
2024-03-27meson: implement functional testsQyriad
2024-03-27build: replace changelog-d with local scripteldritch horrors
2024-03-26meson: implement unit testsQyriad
2024-03-22build: optionally build and install with mesonQyriad
2024-03-14Backport PR#9633 by cole-h: package: don't set sysconfdir in devShellsCole Helbling