Commit Graph

9 Commits

Author SHA1 Message Date
h7x4
8121f3559a
treewide: add mainProgram 2024-02-11 03:19:15 +01:00
Phillip Cloud
4b7bda4937
snowsql: 1.2.23 -> 1.2.26 (#230504)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-05-08 16:35:37 +02:00
Nathan Ruiz
112924de49 snowsql: 1.2.21 -> 1.2.23 2023-02-20 08:37:50 +11:00
Robert Scott
466c2e342a treewide/applications: add sourceType binaryNativeCode for many packages 2022-06-23 18:38:19 +01:00
Joel
3adb137ca6
snowsql: 1.2.9 -> 1.2.21 2022-02-26 13:55:06 +10:00
Ben Siraphob
108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +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
Pavol Rusnak
f8b3bdb066
snowsql: 1.2.5 -> 1.2.9 2020-08-26 15:16:12 +02:00
Anders Asheim Hennum
96943d8bed snowsql: init 1.2.5
A command line tool for the Snowflake cloud database
2020-08-22 21:59:41 +02:00