Commit Graph

79 Commits

Author SHA1 Message Date
Nick Cao
5d401f9ed6
Merge pull request #301043 from malob/update-inshellisense
inshellisense: 0.0.1-rc.4 -> 0.0.1-rc.12
2024-04-12 14:20:23 -04:00
Malo Bourgon
0c09de94dc inshellisense: 0.0.1-rc.4 -> 0.0.1-rc.12 2024-04-12 09:21:15 -07:00
hellwolf
02d5d463dc
insync-nautilus: init at 3.8.7.50516 2024-04-09 22:31:46 +03:00
hellwolf
1d0d67d4d4
insync: include emblem-icons
- insync-emblem-icons is included, which is used by other insync
  pakcages.
2024-04-09 22:31:40 +03:00
Adam C. Stephens
f3ee2a75d4
Merge pull request #301712 from adamcstephens/incus/6
incus: 0.7.0 -> 6.0.0, add lts
2024-04-08 23:25:58 -04:00
Adam Stephens
dce92a3114
incus-lts: init at 6.0.0 and make default 2024-04-08 14:18:02 -04:00
Adam Stephens
551da1e010
incus: 0.7.0 -> 6.0.0 2024-04-08 14:17:34 -04:00
Sandro
a169333744
Merge pull request #301640 from 999eagle/update/intiface-central 2024-04-08 10:18:14 +02:00
Weijia Wang
aba45ec2e6
Merge pull request #301414 from wegank/insert-dylib-refactor-2
insert-dylib: rename from darwin.insert_dylib
2024-04-05 19:43:37 +02:00
Sophie Tauchert
b9722d3f3a
intiface-central: 2.5.3 -> 2.5.6 2024-04-04 22:41:28 +02:00
Weijia Wang
37251fba47 insert-dylib: rename from darwin.insert_dylib 2024-04-04 04:12:17 +02:00
Maciej Krüger
ca00c542b2
incus.ui: 0.6 -> 0.7 2024-04-03 20:46:12 +02:00
Aleksana
3c2fdd0a4e
Merge pull request #283958 from cideM/init-inflow
inflow: init at 1.0.1
2024-04-02 19:27:52 +08:00
sils
488c293cbd
invidious-router: 1.0 -> 1.1 2024-03-28 21:48:30 +01:00
sils
179a5ac3c3
invidious-router: init at 1.0 2024-03-28 21:48:18 +01:00
Adam Stephens
a5a4da89ba
incus: 0.6 -> 0.7 2024-03-26 20:08:43 -04:00
Mario Rodas
af3037b91d integresql: init at 1.1.0 2024-03-25 04:20:00 +00:00
Adam C. Stephens
c9c612f159
Merge pull request #294548 from adamcstephens/incus/override
incus: move wrapper to nixos module
2024-03-25 16:40:14 -04:00
hellwolf
f7b7bf9912
insync: 3.8.6.50504 -> 3.8.7.50516 2024-03-25 19:56:29 +02:00
Miao, ZhiCheng
c83f685cfa
insync: bugfix of 3.8.6.50504
other changes:

- moved under pkgs/by-name/
- applied a hugly workaround to the start command's deamon crashing issue in the fhs wrapper.
2024-03-25 19:52:32 +02:00
Adam Stephens
deb5be50c4
incus: move wrapper to nixos module 2024-03-19 22:48:07 -04:00
Nick Cao
10e83d21fa
Merge pull request #296081 from r-ryantm/auto-update/intune-portal
intune-portal: 1.2401.21-jammy -> 1.2402.12-jammy
2024-03-16 11:10:03 -07:00
P
99f728d536
indiepass-desktop: remove (#295882) 2024-03-15 14:38:53 +01:00
R. Ryantm
795de7346e intune-portal: 1.2401.21-jammy -> 1.2402.12-jammy 2024-03-15 06:06:53 +00:00
Adam C. Stephens
09f211116e
Merge pull request #294802 from mkg20001/incus-ui-split
incus.ui: upgrade zabbly patches, split from lxd
2024-03-11 15:42:04 -04:00
Maciej Krüger
b7f3150793
incus.ui: upgrade zabbly patches, split from lxd 2024-03-11 19:58:02 +01:00
Pol Dellaiera
54c52cb276
Merge pull request #294334 from ShamrockLee/sourceroot-fix
treewide: fix hard-coded `sourceRoot` prefix for `fetchgit`-based `src`
2024-03-11 16:50:57 +01:00
Weijia Wang
592c91a172
Merge pull request #294263 from r-ryantm/auto-update/invidtui
invidtui: 0.4.2 -> 0.4.4
2024-03-10 23:58:25 +01:00
cmspam
2521830bbd
Added incus-specific patches to fix branding and API
Used sed command to replace various 'LXD' branding with 'Incus' branding, and 

1. Replaced all occurrences of "LXD" with "Incus"
2. Replaced all occurrences of "devlxd" with "guestapi"
3. Replaced "dev/lxd" with "dev/incus"
4. Replaced "lxd_" with "incus_"
5. Replaced occurrences of ""lxd"" with ""incus""

Apart from the branding, this fixes incompatible naming in the web UI.

These are taken directly from the patches used by Incus maintainer Stéphane Grober, in his repository zabbly/incus
2024-03-09 21:58:06 +09:00
Yueh-Shun Li
91b3db1309 treewide: fix sourceRoot for fetchgit-based src
According to Nixpkgs manual[1] and NixOS 23.11 Release Note[2], the
`sourceRoot` attribute passed to `stdenv.mkDerivation` should be
specified as `"${src.name}"` or `"${src.name}/subdir"` when `src` is
produced using `fetchgit`-based fetchers.

`sourceRoot = "source"` or `sourceRoot = "source/subdir"` is based on
the assumption that the `name` attribute of these pre-unpacked fetchers
are always `"source"`, which is not the case. Expecting constant `name`
also makes the source FODs prone to irrelevent hashes during version
bumps.

[1]: https://nixos.org/manual/nixpkgs/unstable/#var-stdenv-sourceRoot
[2]: https://nixos.org/manual/nixos/stable/release-notes#sec-release-23.11
2024-03-09 07:53:25 +08:00
R. Ryantm
058a3033a0 invidtui: 0.4.2 -> 0.4.4 2024-03-08 12:23:42 +00:00
Adam C. Stephens
8a583cc8ce
Merge pull request #290959 from adamcstephens/incus/0.6
incus.unwrapped: 0.5.1 -> 0.6.0
2024-02-28 13:35:03 -05:00
Adam Stephens
4631f2e1ed
OVMF: remove CSM support
Upstream removed this support in edk2 202402
2024-02-27 20:39:11 -05:00
nixpkgs-merge-bot[bot]
bfa8675219
Merge pull request #287545 from r-ryantm/auto-update/intune-portal
intune-portal: 1.2312.35-jammy -> 1.2401.21-jammy
2024-02-26 09:32:01 +00:00
Adam Stephens
d6e0a22033
incus: fix broken custom storage volume 2024-02-24 13:11:18 -05:00
Adam Stephens
cc0e4bb80c
incus.unwrapped: 0.5.1 -> 0.6.0
Changelog: https://github.com/lxc/incus/releases/tag/v0.6.0
2024-02-23 14:50:14 -05:00
Nikolay Korotkiy
d345c18c38
influxdb-cxx: init at 0.7.2 2024-02-23 04:45:38 +04:00
Maciej Krüger
b294cdaec8
{lxd,incus}.ui: 0.5 -> 0.6 2024-02-16 22:29:24 +01:00
Adam C. Stephens
0855890473
Merge pull request #286614 from mkg20001/incus-ui
incus.ui: init at 0.5
2024-02-15 07:53:33 -05:00
R. Ryantm
662b798111 invidtui: 0.4.1 -> 0.4.2 2024-02-12 17:56:56 +00:00
R. Ryantm
bec91993b2 intune-portal: 1.2312.35-jammy -> 1.2401.21-jammy 2024-02-09 18:32:43 +00:00
Nick Cao
4c7d31b4be
Merge pull request #286470 from r-ryantm/auto-update/invidtui
invidtui: 0.3.8 -> 0.4.1
2024-02-08 19:33:29 -05:00
Motiejus Jakštys
248d90e6ec inotify-info: init at unstable-2024-01-05 2024-02-08 09:21:41 +02:00
Maciej Krüger
d1c4c31d2c
incus.ui: init at 0.5 2024-02-06 04:24:59 +01:00
Adam C. Stephens
af25a022c6
Merge pull request #285858 from adamcstephens/incus/refactor
incus: fix lxd-to-incus, add static client, support multi-version
2024-02-05 07:50:18 -05:00
R. Ryantm
df68ca161c invidtui: 0.3.8 -> 0.4.1 2024-02-05 10:42:01 +00:00
Artturi
8f893ff1da
Merge pull request #221628 from rhysmdnz/intune
Microsoft Intune
2024-02-04 17:31:58 +02:00
Adam Stephens
273b448b6a
incus: fix update script
Working with the wrapper causes pain, so to update target
incus.unwrapped, or in the future incus-lts.unwrapped
2024-02-02 22:13:03 -05:00
Adam Stephens
5f087b3221
incus: lxd-to-incus is now part of main package
Previously upstream was packaging this separately due to the inclusion
of lxd in the go dependencies. This has been dropped and the package
has been merged into the main go.mod file.
2024-02-02 13:04:13 -05:00
Adam Stephens
a55e16ad8d
incus: add statically compiled client
The incus client can be used from non-Linux systems, and as a
standalone binary. Therefore, compile the client separately, and give
it a separate passthru so users can install `incus.client`.
2024-02-02 12:58:41 -05:00