Commit graph

33 commits

Author SHA1 Message Date
Ben Siraphob 16d91ee628 pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
Okina Matara f872c5fee4
linux_testing_bcachefs: 5.8.0-2020.09.07 -> 5.9.0-2020.11.20 2020-11-28 18:02:00 -06:00
Atemu 3cc3e864b3 linux_testing_bcachefs: 5.3 -> 5.8
versioning scheme: major.minor.YYYY.MM.DD -> major.minor.patch-YYYY.MM.DD

Makes a lot more sense imho
2020-09-10 18:57:52 +02:00
Edmund Wu 04a5e5ab7c
linux_testing_bcachefs: 5.3.2020.03.25 -> 5.3.2020.04.04 2020-04-06 10:29:33 -04:00
Edmund Wu 00e7a675f7
linux_testing_bcachefs: 5.2.2019.10.12 -> 5.3.2020.03.25 2020-03-26 12:12:43 -04:00
Edmund Wu 591b1ec17a
linux_testing_bcachefs: 5.2.2019.10.01 -> 5.2.2019.10.12 2019-10-12 18:23:57 -04:00
Edmund Wu 24a7e828df
linux_testing_bcachefs: 5.2.2019.09.24 -> 5.2.2019.10.01 2019-10-02 16:12:49 -04:00
Edmund Wu 6eb5915afd
linux_testing_bcachefs: 5.1.2019.08.21 -> 5.2.2019.09.24 2019-09-27 09:19:12 -04:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Edmund Wu c8bd9ea77d
linux_testing_bcachefs: 5.1.2019.07.13 -> 5.1.2019.08.21 2019-08-23 22:38:20 -04:00
Edmund Wu 99cbed51bd
linux_testing_bcachefs: 5.1.2019.07.11 -> 5.1.2019.07.13 2019-07-14 08:57:29 -04:00
Edmund Wu 7181669da5
linux_testing_bcachefs: 5.0.2019.05.29 -> 5.1.2019.07.11 2019-07-12 08:40:28 -04:00
Edmund Wu 0ce364b19a
linux_testing_bcachefs: 5.0.2019.05.08 -> 5.0.2019.05.29 2019-05-30 16:25:32 -04:00
Edmund Wu bc5ecf3be7
linux_testing_bcachefs: prune outdated patch
No longer necessary since by the current revision it is already included.
Closes https://github.com/NixOS/nixpkgs/issues/61775.
2019-05-20 22:11:39 -04:00
Edmund Wu 5c921ba498
linux_testing_bcachefs: 5.0.2019.04.04 -> 5.0.2019.05.08 2019-05-08 22:05:41 -04:00
Edmund Wu dac65a375c
linux_testing_bcachefs: 4.20.2019.03.13 -> 5.0.2019.04.04 2019-04-26 09:16:45 -04:00
Edmund Wu 143cf54f81
linux_testing_bcachefs: 4.20.2019.02.20 -> 4.20.2019.03.13 2019-03-14 16:25:49 -04:00
hyperfekt 91c252b206 linux_testing_bcachefs: 4.20.2019.02.09 -> 4.20.2019.02.20 2019-02-26 15:39:34 +01:00
Edmund Wu 14a5c27743
linux_testing_bcachefs: 4.20.2019.01.23 -> 4.20.2019.02.09 2019-02-09 21:11:12 -05:00
Edmund Wu da0fbf4dd7
linux_testing_bcachefs: 4.18.2018.10.12 -> 4.20.2019.01.23 2019-01-27 20:46:55 -05:00
隠岐奈 d8410167d1 linux_testing_bcachefs: 4.18.2018.09.21 -> 4.18.2018.10.12 2018-10-16 18:31:14 -05:00
Okina Matara d98b0805cc
linux_testing_bcachefs: 4.18.2018.08.31 -> 4.18.2018.09.21 2018-09-25 08:56:50 -05:00
Vladimír Čunát 9b0649ae3e
Merge #45774: linux_testing_bcachefs: upgrade, add tests 2018-09-01 11:06:29 +02:00
Okina Matara b74ec60bd3 linux_testing_bcachefs: 4.16.2018.08.03 -> 4.18.2018.08.31 2018-08-31 21:19:24 -05:00
John Ericson 0828e2d8c3 treewide: Remove usage of remaining redundant platform compatability stuff
Want to get this out of here for 18.09, so it can be deprecated
thereafter.
2018-08-30 17:20:32 -04:00
Okina Matara d043a30d62 linux_testing_bcachefs: 4.15.2018.04.14 -> 4.16.2018.08.03 2018-08-06 08:58:04 -05:00
Okina Matara 9c24f5001a linux_testing_bcachefs: 4.15.2018.03.22 -> 4.15.2018.04.14 2018-04-16 03:30:57 -05:00
Okina Matara 1f4f6d79ac linux_testing_bcachefs: 4.15.2018.02.09 -> 4.15.2018.03.22 2018-03-27 04:41:49 -05:00
dywedir bad837fd3b linux_testing_bcachefs: 4.11.2017.08.23 -> 4.15.2018.02.09 2018-02-10 00:41:04 +02:00
Matthieu Coudron f620b1b693 kernel: buildLinux replaces import ./generic.nix
- defined buildLinux as generic.nix instead of manual-config.nix. This
makes kernel derivations a tad more similar to your typical derivations.
- moved $buildRoot to within the source folder, this way it doesn't have to be created before the unpackPhase
and make it easier to work on kernel source without running the unpackPhase
2018-02-07 10:07:13 +09:00
Ben Gamari 7a9b6ac39a kernel: Enable cross compiling 2018-01-15 11:55:06 -05:00
Jan Malakhovski 8525b78d05
linuxPackages: properly propagate features and extraConfig
`kernel.override { features = ... }` didn't work before, now it works as
expected.
2017-09-17 16:33:47 +02:00
davidak 4134db36d0 linux-testing-bcachefs: init at 4.11.2017.08.23 2017-08-31 05:39:17 -05:00