Commit Graph

12 Commits

Author SHA1 Message Date
Maximilian Bosch
2b4e18f3d4
nixVersions.unstable: build from master, re-init at 2.22.0.pre20240321_6fd2f42c
The idea behind that is to enable users and developers of
downstream tools such as home-manager to test Nix master for several
reasons:

* Nix is currently trying to have a `master` branch that's always
  releasable[1]. We're still on Nix 2.18 in nixpkgs due to too many
  notable regressions. Enabling people to test latest master may help on
  that end.

* This uses the most bleeding-edge Nix, but our packaging, so we can
  identify issues with our packaging early.

* From what I've seen, most people are using the packages from nixpkgs
  anyways instead of the upstream flake, this is far more convenient
  anyways.

My plan is to update this once a week. Right now we rely on the
`installCheckPhase` here, but as soon as we have proper regression
testing[2], we may want to add `nixUnstable` there as well (however with
failures being allowed probably).

[1] https://discourse.nixos.org/t/nix-release-schedule-and-roadmap/14204
[2] https://github.com/NixOS/nixpkgs/pull/304332
2024-04-28 21:59:04 +02:00
figsoda
784b4a8b70 nil: 2023-05-09 -> 2023-08-09
Diff: https://github.com/oxalica/nil/compare/2023-05-09...2023-08-09

Changelog: https://github.com/oxalica/nil/releases/tag/2023-08-09
2023-08-09 12:14:32 -04:00
Austin Horstman
43d1617137
nil: add meta.mainProgram 2023-08-03 08:53:18 -05:00
figsoda
260d6b8c1b nil: 2023-05-02 -> 2023-05-09
Diff: https://github.com/oxalica/nil/compare/2023-05-02...2023-05-09

Changelog: https://github.com/oxalica/nil/releases/tag/2023-05-09
2023-05-09 14:14:46 -04:00
figsoda
94bd81c24f nil: 2023-04-03 -> 2023-05-02
Diff: https://github.com/oxalica/nil/compare/2023-04-03...2023-05-02

Changelog: https://github.com/oxalica/nil/releases/tag/2023-05-02
2023-05-02 14:24:42 -04:00
figsoda
941a35b7ea nil: 2023-03-11 -> 2023-04-03
Diff: https://github.com/oxalica/nil/compare/2023-03-11...2023-04-03

Changelog: https://github.com/oxalica/nil/releases/tag/2023-04-03
2023-04-03 15:41:18 -04:00
figsoda
92a95461e9 nil: 2023-03-01 -> 2023-03-11
Diff: https://github.com/oxalica/nil/compare/2023-03-01...2023-03-11

Changelog: https://github.com/oxalica/nil/releases/tag/2023-03-11
2023-03-11 09:39:16 -05:00
figsoda
3e2cd1b9e6 nil: 2023-02-03 -> 2023-03-01
Diff: https://github.com/oxalica/nil/compare/2023-02-03...2023-03-01

Changelog: https://github.com/oxalica/nil/releases/tag/2023-03-01
2023-03-01 17:54:54 -05:00
figsoda
03882dbc22 nil: 2023-01-01 -> 2023-02-03
Diff: https://github.com/oxalica/nil/compare/2023-01-01...2023-02-03

Changelog: https://github.com/oxalica/nil/releases/tag/2023-02-03
2023-02-03 10:24:51 -05:00
figsoda
0e9fae2a3d nil: 2022-12-01 -> 2023-01-01
Diff: https://github.com/oxalica/nil/compare/2022-12-01...2023-01-01

Changelog: https://github.com/oxalica/nil/releases/tag/2023-01-01
2023-01-01 12:51:52 -05:00
figsoda
a211d94291 treewide: remove attrPath from nix-update-script calls
after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703, `attrPath` can now be omitted when using `nix-update-script`
2022-12-26 12:39:21 -05:00
Anderson Torres
e4d0f455fa treewide: move language servers to pkgs/development/tools/language-servers 2022-12-25 10:19:02 -03:00