Commit Graph

6 Commits

Author SHA1 Message Date
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm
9cae782090 devpod: 0.5.2 -> 0.5.4 2024-02-27 12:22:34 +00:00
Maxime Brunet
17495e7af7
devpod: 0.4.2 -> 0.5.2 2024-02-17 12:59:51 -08:00
Sergei Trofimovich
39adbc5456 devpod: fix tests eval
Without the change `tests` eval failed as:

    $ nix build --no-link -f. devpod.tests
    error:
       error: value is a string while a set was expected

The failure reason is in `package` parameter. It should be a derivation,
not a package name. While at it fixed the command to extract version.
2023-12-29 19:39:56 +00:00
R. Ryantm
8bbf29bc6b devpod: 0.4.1 -> 0.4.2 2023-11-15 12:18:19 +00:00
Maxime Brunet
4f2a79293f devpod: init at 0.4.1 2023-11-04 18:05:19 -07:00