about summary refs log tree commit diff
path: root/pkgs/tools/misc/apt-offline
AgeCommit message (Collapse)AuthorFilesLines
2022-12-26treewide: remove attrPath from nix-update-script callsfigsoda1-3/+1
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-02-13apt-offline: unstable-2022-02-06 -> 1.8.4R. Ryantm1-6/+6
2022-02-10apt-offline: unstable-2021-07-25 -> unstable-2022-02-06R. Ryantm1-3/+3
2021-08-27apt-offline: unstable-2021-04-11 -> unstable-2021-07-25R. RyanTM1-3/+3
2021-06-25apt-offline: 1.8.1 -> unstable-2021-04-11Artturin1-6/+23
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-02-16Remove myself as maintainer.James Cook1-1/+1
I'm not really that familiar with these two packages.
2018-08-03apt-offline: 1.3 -> 1.8.1Robert Schütz1-10/+9
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2016-09-26apt-offline: pass in pythonPackagesFrederik Rietdijk1-4/+2
2016-06-20Captialize meta.description of all packagesBjørn Forsman1-1/+1
In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
2016-02-19buildPythonApplication: use new function for Python applicationsFrederik Rietdijk1-2/+2
2014-03-10apt-offline: set platforms to linuxJames Cook1-1/+1
(Only tested on Linux; might work on other systems.)
2014-03-10apt-offline: set platformsJames Cook1-0/+1
2014-02-25apt-offline: fixed typoJames Cook1-1/+1
2014-02-25apt-offline: offline APT package managerJames Cook1-0/+27