Commit Graph

25 Commits

Author SHA1 Message Date
Adam Stephens
6765aac154
treewide/lxc: set lxc team as maintainer 2023-12-04 10:06:50 -05:00
Adam Stephens
a3f8732797
distrobuilder: add adamcstephens as maintainer 2023-11-28 15:14:46 -05:00
Adam Stephens
2cd9619801
nixos/lxc-container: use lxc systemd generator 2023-11-28 15:14:43 -05:00
Adam Stephens
e14da5c1b8
distrobuilder: expose lxc systemd generator, patched for nixos 2023-11-28 15:14:29 -05:00
Adam Stephens
92ee959812
distrobuilder: 2.1 -> 3.0 2023-11-28 15:13:56 -05:00
h7x4
12315f53ff treewide: add mainProgram 2023-11-24 21:01:03 +01:00
Fabián Heredia Montiel
ff323ed355 treewide: vendorSha256 → vendorHash
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
2023-09-13 01:03:44 -06:00
Adam Stephens
fdf9837118
lxd: URLs have changed to canonical 2023-07-27 09:00:16 -04:00
Maximilian Bosch
c5aabf6392
distrobuilder: fix build w/glibc-2.36
Failing Hydra build: https://hydra.nixos.org/build/193332774
2023-03-29 09:50:28 +02:00
R. Ryantm
d29b571242 distrobuilder: 2.0 -> 2.1 2022-07-28 04:37:36 +00:00
R. Ryantm
1a61577867 distrobuilder: 1.3 -> 2.0 2021-10-29 10:03:44 +00:00
zowoq
b8540b9d02 distrobuilder: remove unused deps.nix 2021-08-27 06:43:33 +10:00
R. RyanTM
31a66b9239 distrobuilder: 1.2 -> 1.3 2021-08-10 13:08:09 +00:00
Maciej Krüger
110a85fd36
distrobuilder: 2019_10_07 -> 1.2
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-28 06:17:26 +02:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob
76f93cc731 pkgs/tools: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Ben Siraphob
8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
zowoq
b5dc07a4b4 treewide: use $out instead of $bin with buildGoPackage 2020-04-28 20:30:29 +10:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Meghea Iulian
6510c45b56 distrobuilder: 2018_10_04 -> 2019_10_07 2019-07-19 11:06:13 +03:00
Meghea Iulian
efe8be7fd4 distrobuilder: 2018_06_29 -> 2018_10_04 2018-12-09 18:38:23 +02:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Meghea Iulian
66e18c3aab distrobuilder: 2018_04_28 -> 2018_06_29 (#42810) 2018-06-30 18:46:00 +02:00
Unknown
37af5704f9 distrobuilder: init at HEAD
Implement feedback
2018-05-12 21:14:10 +03:00