depot/third_party/lisp/unix-opts.nix, branch refs/r/6344 monorepo for the virus lounge http://code.tvl.fyi/depot/atom?h=refs%2Fr%2F6344 2022-01-31T16:11:53+00:00 style: format entire depot with nixpkgs-fmt 2022-01-31T16:11:53+00:00 Vincent Ambo mail@tazj.in 2022-01-30T16:06:58+00:00 urn:sha1:aa122cbae78ce97d60c0c98ba14df753d97e40b1 This CL can be used to compare the style of nixpkgs-fmt against other formatters (nixpkgs, alejandra). Change-Id: I87c6abff6bcb546b02ead15ad0405f81e01b6d9e Reviewed-on: https://cl.tvl.fyi/c/depot/+/4397 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> Reviewed-by: lukegb <lukegb@tvl.fyi> Reviewed-by: wpcarro <wpcarro@gmail.com> Reviewed-by: Profpatsch <mail@profpatsch.de> Reviewed-by: kanepyork <rikingcoding@gmail.com> Reviewed-by: tazjin <tazjin@tvl.su> Reviewed-by: cynthia <cynthia@tvl.fyi> Reviewed-by: edef <edef@edef.eu> Reviewed-by: eta <tvl@eta.st> Reviewed-by: grfn <grfn@gws.fyi> refactor(3p/lisp): Use sources from nixpkgs where possible 2021-12-15T10:34:02+00:00 Vincent Ambo mail@tazj.in 2021-12-14T21:32:27+00:00 urn:sha1:e9bfa84aafc65896e2fffead2f1ef4853bdd59af nixpkgs includes a lispPackages set which is generated from something. In the meantime, we pretty much never update our Lisp deps. This commit ties our sources to nixpkgs.lispPackages where the desired package is included in nixpkgs (which is actually most of them!) Change-Id: I520a006535980271b2fa4e0ed4e34029475dcbef Reviewed-on: https://cl.tvl.fyi/c/depot/+/4331 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi> refactor(third_party): Consistent use of depot.third_party vs. pkgs 2021-04-10T11:48:55+00:00 Vincent Ambo mail@tazj.in 2021-04-10T00:13:18+00:00 urn:sha1:8361b82d0ac59f436f7ecef283077b0f7d689ca1 In preparation for the solution of b/108, we need to consistently use `depot.third_party` for packages that are only packed in the TVL depot and `pkgs` for things that come from nixpkgs. This commit cleans up a huge chunk of these uses in //third_party Change-Id: Ic382c0cdea7330a84d5f0b7d109c824ddceb94e7 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2912 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> chore: Rename pkgs->depot in all Nix file headers 2020-02-21T13:54:53+00:00 Vincent Ambo tazjin@google.com 2020-02-21T12:47:29+00:00 urn:sha1:4bbbb58cb537014dd8b0b3c3c560c039ac57ad89 feat(third_party/lisp): Add derivation for unix-opts 2020-01-29T10:12:07+00:00 Vincent Ambo tazjin@google.com 2020-01-29T10:05:57+00:00 urn:sha1:6f728f33a674ce668ded32af9a272ff21b182164
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<feed xmlns="http://www.w3.org/2005/Atom">
<title>depot/third_party/lisp/unix-opts.nix, branch refs/r/6344</title>
<subtitle>monorepo for the virus lounge</subtitle>
<id>http://code.tvl.fyi/depot/atom?h=refs%2Fr%2F6344</id>
<link rel="self" href="http://code.tvl.fyi/depot/atom?h=refs%2Fr%2F6344"/>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/"/>
<updated>2022-01-31T16:11:53+00:00</updated>
<entry>
<title>style: format entire depot with nixpkgs-fmt</title>
<updated>2022-01-31T16:11:53+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>mail@tazj.in</email>
</author>
<published>2022-01-30T16:06:58+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=aa122cbae78ce97d60c0c98ba14df753d97e40b1"/>
<id>urn:sha1:aa122cbae78ce97d60c0c98ba14df753d97e40b1</id>
<content type="text"> This CL can be used to compare the style of nixpkgs-fmt against other formatters (nixpkgs, alejandra). Change-Id: I87c6abff6bcb546b02ead15ad0405f81e01b6d9e Reviewed-on: https://cl.tvl.fyi/c/depot/+/4397 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> Reviewed-by: lukegb <lukegb@tvl.fyi> Reviewed-by: wpcarro <wpcarro@gmail.com> Reviewed-by: Profpatsch <mail@profpatsch.de> Reviewed-by: kanepyork <rikingcoding@gmail.com> Reviewed-by: tazjin <tazjin@tvl.su> Reviewed-by: cynthia <cynthia@tvl.fyi> Reviewed-by: edef <edef@edef.eu> Reviewed-by: eta <tvl@eta.st> Reviewed-by: grfn <grfn@gws.fyi> </content>
</entry>
<entry>
<title>refactor(3p/lisp): Use sources from nixpkgs where possible</title>
<updated>2021-12-15T10:34:02+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>mail@tazj.in</email>
</author>
<published>2021-12-14T21:32:27+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=e9bfa84aafc65896e2fffead2f1ef4853bdd59af"/>
<id>urn:sha1:e9bfa84aafc65896e2fffead2f1ef4853bdd59af</id>
<content type="text"> nixpkgs includes a lispPackages set which is generated from something. In the meantime, we pretty much never update our Lisp deps. This commit ties our sources to nixpkgs.lispPackages where the desired package is included in nixpkgs (which is actually most of them!) Change-Id: I520a006535980271b2fa4e0ed4e34029475dcbef Reviewed-on: https://cl.tvl.fyi/c/depot/+/4331 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi> </content>
</entry>
<entry>
<title>refactor(third_party): Consistent use of depot.third_party vs. pkgs</title>
<updated>2021-04-10T11:48:55+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>mail@tazj.in</email>
</author>
<published>2021-04-10T00:13:18+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=8361b82d0ac59f436f7ecef283077b0f7d689ca1"/>
<id>urn:sha1:8361b82d0ac59f436f7ecef283077b0f7d689ca1</id>
<content type="text"> In preparation for the solution of b/108, we need to consistently use `depot.third_party` for packages that are only packed in the TVL depot and `pkgs` for things that come from nixpkgs. This commit cleans up a huge chunk of these uses in //third_party Change-Id: Ic382c0cdea7330a84d5f0b7d109c824ddceb94e7 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2912 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> </content>
</entry>
<entry>
<title>chore: Rename pkgs->depot in all Nix file headers</title>
<updated>2020-02-21T13:54:53+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>tazjin@google.com</email>
</author>
<published>2020-02-21T12:47:29+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=4bbbb58cb537014dd8b0b3c3c560c039ac57ad89"/>
<id>urn:sha1:4bbbb58cb537014dd8b0b3c3c560c039ac57ad89</id>
<content type="text"> </content>
</entry>
<entry>
<title>feat(third_party/lisp): Add derivation for unix-opts</title>
<updated>2020-01-29T10:12:07+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>tazjin@google.com</email>
</author>
<published>2020-01-29T10:05:57+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=6f728f33a674ce668ded32af9a272ff21b182164"/>
<id>urn:sha1:6f728f33a674ce668ded32af9a272ff21b182164</id>
<content type="text"> </content>
</entry>
</feed>